Re: [gdal-dev] writing encoding into GPX files

2012-01-31 Thread Even Rouault
Selon "Pouliot, Christopher (DNR)" : > Hello all, > > I'm writing GPX files with OGR and the documentation states: "The content > returned by OGR will be encoded in UTF-8, after the conversion from the > encoding mentionned in the file header is." Note that the quoted sentence mentions what happ

[gdal-dev] writing encoding into GPX files

2012-01-31 Thread Pouliot, Christopher (DNR)
Hello all, I'm writing GPX files with OGR and the documentation states: "The content returned by OGR will be encoded in UTF-8, after the conversion from the encoding mentionned in the file header is." When my GPX file is written out it does not include the encoding="UTF-8" in the head tag.