Hi, > so I add "wms_encoding=ISO-8859-1" in METADATA/WEB. But I > don't understand why the result is not similar in OpenLayers > and qgis.
if this is the case, you usually broke the path of encodings. You should check the URL requested by the browser and by QGIS. Then send that query via "wget -d" or similar to see the headers too. With a XHTML GetFeatureInfo response there are actually three places to tell the encoding: the HTTP response headers, the XML declaration and a http-equiv meta within the HTML document header. If this is not consistent the result depends on what will be preferred. Hopefully you can track this down. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
