Hi,<br><br>I have a GetFeatureinfo request that work pretty well (the accent character is OK) )when I call it directly in IE or FF:<br><br><a href="http://MDRIM00-000251/mapserver5/siglight.exe&amp;service=WMS&amp;version=1.1.1&amp;request=getfeatureinfo&amp;info_format=text/html&amp;srs=EPSG:4326">http://MDRIM00-000251/mapserver5/siglight.exe&amp;service=WMS&amp;version=1.1.1&amp;request=getfeatureinfo&amp;info_format=text/html&amp;srs=EPSG:4326</a><br>
&amp;bbox=-71.332572,46.716784,-71.247428,46.783216&amp;width=992&amp;height=774&amp;layers=hauteur_libre&amp;query_layers=hauteur_libre&amp;feature_count=10&amp;x=423&amp;y=313&amp;format=gif&amp;styles=<br><br>ex: Municipalité: Québec<br>
<br>The template behind this layer is a very simple HTML file (saved in DOS/ISO-8859-1 encoding):<br><br>&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; class=&quot;gfi-label&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;tr valign=&quot;top&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td align=&quot;right&quot;&gt;Municipalité:&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td class=&quot;gfi-value&quot;&gt;[Municipali]&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>&lt;/table&gt;<br><br>But when I send the same URL request in AJAX, the accent character are not displayed correctly (in the responseText of the XMLHttpRequest object).<br>
<br>ex: Municipalit?&nbsp; Qu?c <br><br>For firefox, I have fix the problem by adding this line:<br><br>xmlHttp.overrideMimeType(&#39;text/html; charset=ISO-8859-1&#39;);<br><br>But this method is not supported by IE.&nbsp; I presume it&#39;s not a Mapserver issue but if someone has any clue???<br>
<br>Thank you in advance.<br><br>MartinO<br>