<font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">I modified this example</font>
<br><a href="http://dev.openlayers.org/examples/wfs-filter.html"><font size=2 color=blue face="sans-serif">http://dev.openlayers.org/examples/wfs-filter.html</font></a>
<br>
<br><font size=2 face="sans-serif">to test a getfeature request with a
non spatial filter. My problem is when I have a french character (é,è,ç,
...) for value, example</font>
<br><font size=2 face="sans-serif">new OpenLayers.Filter.Comparison({</font>
<br><font size=2 face="sans-serif">type: OpenLayers.Filter.Comparison.EQUAL_TO,</font>
<br><font size=2 face="sans-serif">property: "nom_service_incendie",</font>
<br><font size=2 face="sans-serif"><b>value: "Régie incendie Lac Saint-Pierre"</b></font>
<br>
<br><font size=2 face="sans-serif">This layer is a mapserver WFS and the
data are in postgis table. The where clause in postgis becomes</font>
<br><font size=3>"nom_service_incendie"= 'Régie incendie Lac
Saint-Pierre'</font>
<br>
<br><font size=2 face="sans-serif">This returns obviously nothing.</font>
<p><font size=2 face="sans-serif">Why is this happening and how should
I manage that?</font>
<p><font size=2 face="sans-serif">Thanks for your help!</font>
<p>