Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6544 closed defect (fixed)

Make OpenFileGDB driver read correctly column names with non-Latin letters

Reported by: Ccjklppp Owned by: warmerdam
Priority: high Milestone: 1.11.5
Component: default Version: unspecified
Severity: normal Keywords: ogr, openFileGDB, non-latin
Cc:

Description

The OpenFileGDB driver doesn't read correctly column names with non-Latin letters, e.g Arabic.

For instance, the column name "اسم المدينة" become to "'3E_'DE/JF)".

Attachments (1)

لمدينة.gdb.rar (19.7 KB ) - added by Ccjklppp 8 years ago.
GDB file with column names in non-latin letters

Download all attachments as: .zip

Change History (7)

by Ccjklppp, 8 years ago

Attachment: لمدينة.gdb.rar added

GDB file with column names in non-latin letters

comment:1 by Ccjklppp, 8 years ago

Summary: Make OpenFileGDB driver read correctly column names with non-LatinMake OpenFileGDB driver read correctly column names with non-Latin letters

comment:2 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 34422:

OpenFileGDB: transcode UTF-16 strings found in column names, alias, etc... to UTF-8 (instead of using only their ASCII byte) (fixes #6544)

comment:3 by Even Rouault, 8 years ago

In 34423:

OpenFileGDB: transcode UTF-16 strings found in column names, alias, etc... to UTF-8 (instead of using only their ASCII byte) (fixes #6544)

comment:4 by Even Rouault, 8 years ago

In 34424:

OpenFileGDB: transcode UTF-16 strings found in column names, alias, etc... to UTF-8 (instead of using only their ASCII byte) (fixes #6544)

comment:5 by Even Rouault, 8 years ago

In 34425:

OpenFileGDB: transcode UTF-16 strings found in column names, alias, etc... to UTF-8 (instead of using only their ASCII byte) (fixes #6544)

comment:6 by Even Rouault, 8 years ago

Milestone: 1.11.5
Note: See TracTickets for help on using tickets.