Re: [gdal-dev] Question on WFS and encoding

2015-06-18 Thread Andreas Neumann
Thanks for the temporary workaround - but it is for the server admin to fix the issue. Andreas On 18.06.2015 16:27, Jukka Rahkonen wrote: Even Rouault spatialys.com> writes: No easy workaround on OGR side since the OGR GML driver will honour the XML encoding indication to do recoding (f

Re: [gdal-dev] Question on WFS and encoding

2015-06-18 Thread Jukka Rahkonen
Even Rouault 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

Re: [gdal-dev] Question on WFS and encoding

2015-06-18 Thread Even Rouault
Le jeudi 18 juin 2015 15:50:22, Andreas Neumann a écrit : > Hi, > > I want to transform a WFS to Postgis, using this WFS service: > > http://wms.zh.ch/NEKWMS with the layer > "landwirtschaftliche-nutzungseignung" > > While this works fine, there seems to be an issue with encoding. German > Umlau

[gdal-dev] Question on WFS and encoding

2015-06-18 Thread Andreas Neumann
Hi, I want to transform a WFS to Postgis, using this WFS service: http://wms.zh.ch/NEKWMS with the layer "landwirtschaftliche-nutzungseignung" While this works fine, there seems to be an issue with encoding. German Umlauts are not correctly displayed after the transformation. Is there a way t