Bug report #14681
WFS Layer - Static Character Encoding
Status: | Rejected | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WFS | ||
Affected QGIS version: | 2.14.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22645 |
Description
Hi all,
I have an WFS layer which is provided in UTF-8. The strings are parsed incorrectly which ends up in hieroglyphic labels.
Now there's no way to specify the encoding in the layer's properties. The drop-down menu is just empty for any WFS layer.
thanks and best regards,
Marius
History
#1 Updated by Giovanni Manghi over 8 years ago
- Status changed from Open to Feedback
- Category set to Web Services clients/WFS
Could you please post here the url of the server and the layer name?
#2 Updated by ma is over 8 years ago
The WFS layer at
Attribute dscName
incorporates special norwegian letters.
Or, layer dscAll
on
http://gis.npd.no/ogc/factmaps/2_0?SERVICE=WFS&REQUEST=GetCapabilities
best, Marius
#3 Updated by Giovanni Manghi over 8 years ago
- Operating System deleted (
Windows) - Status changed from Feedback to Open
#4 Updated by Even Rouault about 8 years ago
- Status changed from Open to Rejected
This is a (old MapServer) server issue. The response to GetFeature has a heading but the content is in UTF-8. I don't think we want to complicate the code to workaround the server issue. MapServer 7.0 has now better support for UTF-8.