Even Rouault <even.rouault <at> spatialys.com> writes: > No easy workaround on OGR side since the OGR GML driver will honour the XML encoding indication to do recoding (from what it assumes to be ISO-8859-1, but is UTF-8) to UTF-8...
Hi, If you just need the data a non-OGR workaround is to save the GML on disk and correct the encoding string by hand or with sed or something. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
