Ticket #2540 (closed bug: worksforme)
Join by attributes throws an error if a table contains fields with cyrrilics
| Reported by: | gislab | Owned by: | cfarmer |
|---|---|---|---|
| Priority: | major: does not work as expected | Milestone: | Version 1.5.0 |
| Component: | Python plugins and bindings | Version: | Trunk |
| Keywords: | Cc: | dr, alexbruy | |
| Platform Version: | Platform: | All | |
| Must Fix for Release: | No | Awaiting user input: | no |
Description
Though I understand this is not smart for the person to create such fields, field names in language other than English are typical and better be handled.
See attachment for testing.
Error:
При выполнении Python-кода возникла ошибка:
Traceback (most recent call last):
File "c:\OSGeo4w\apps\qgis-dev\python\plugins\fTools\tools\doJoinAttributes.py", line 139, in inFile
self.updateTableFields()
File "c:\OSGeo4w\apps\qgis-dev\python\plugins\fTools\tools\doJoinAttributes.py", line 151, in updateTableFields
self.joinField.addItem(unicode(i))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8f in position 0: ordinal not in range(128)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
