Opened 12 years ago
Closed 12 years ago
#4139 closed defect (fixed)
Use GDAL infrastructure to do string>wstring conversion
Reported by: | pramsey | Owned by: | rburhum |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.0 |
Component: | OGR_SRS | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Rather than just copying the cstr buffers naively, better to use the actual character encoding conversion so that wide characters transfer cleanly.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | fgdb_utf.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r22642 /trunk/gdal/ogr/ogrsf_frmts/filegdb/FGdbUtils.cpp: FGDB: use CPLRecodeToWChar()/CPLRecodeFromWChar() to implement StringToWString() and WStringToString() (patch by Paul Ramsey, #4139)