Bug report #8391
OGR SQL: REPACK fails if filename includes non-ascii characters
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | Data Provider | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17164 |
Description
Steps to reproduce:
1. turn on the "Ignore shapefile encoding declaration" option
2. create a shapefile that includes non-ascii characters in the filename. The encoding must be other than UTF-8
4. enter edit mode and create some features
5. save edits
6. delete some features
7. save edits
then the following error messages will be logged.
OGR[3] error 1: No such layer as 'xxxgarbledxxx' in REPACK. OGR[3] error 1: Layer xxxgarbledxxx not recognised.
This issue is related to #6134. The pull request 584 fixes this issue.
History
#1 Updated by Minoru Akagi about 11 years ago
- Status changed from Open to Closed
The pull request was merged. Fixed in changeset a2776da