Bug report #7647
Ineffective encoding listbox in OGR layer properties dialog
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | - | ||
| Category: | - | ||
| Affected QGIS version: | master | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | fixed |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 16567 |
Description
OGR layer encoding can be set to only UTF-8 if OGR TestCapability(OLCStringsAsUTF8) returns true (e.g. KML), but the encoding listbox in the vector layer properties dialog is always enabled with OGR layer. I think it is preferable to make the listbox grayed out if user's selection will not be applied.
History
#1
Updated by Minoru Akagi over 12 years ago
- File SelectEncodingCapability.patch
added
Added a patch
#2
Updated by Borys Jurgiel over 12 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Applied in master.