Bug report #4630
Error of Ftools shape files combination with Japanese file-name
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | |
Operating System: | Easy fix?: | ||
Pull Request or Patch supplied: | Yes | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 14531 |
Description
If we Japanese chose no check of “Adding the new result layer to mapcamvas” of defining the transformation settings like adding first JPEG file including Japanese file name at combination shape filles, we can get correct result. But if we chose the check of “Adding the new result layer to mapcanvas” , “error of invalid data source” showed second JPEG file appeares, (though we can get correct output georeferencing file.) Please take out the error of second JPEG file.
History
#1 Updated by Salvatore Larosa over 12 years ago
- Crashes QGIS or corrupts data set to No
- Pull Request or Patch supplied changed from No to Yes
- Affected QGIS version set to master
Can you try with this patch?
[256] + print unicode(layer_name, errors='ignore') [---] - print unicode(layer_name)
changing line in ftools_utils.py!
#2 Updated by Giovanni Manghi over 12 years ago
- Status changed from Open to Feedback
#3 Updated by Paolo Cavallini about 12 years ago
- Target version changed from Version 1.8.0 to Version 2.0.0
#4 Updated by Minoru Akagi over 11 years ago
- Status changed from Feedback to Closed
No problem with master, so I'm closing this. Please reopen if necessary.
#5 Updated by Giovanni Manghi over 11 years ago
- Resolution set to fixed
#6 Updated by Giovanni Manghi over 7 years ago
The "ftools" category is being removed from the tracker, changing the category of this ticket to "Processing/QGIS" to not leave the category orphaned.