Opened 12 years ago
Closed 9 years ago
#4053 closed enhancement (fixed)
SDE - support for encoded characters / NSTRING fields
Reported by: | warmerdam | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | SDE |
Cc: |
Description
The SDE driver does not currently support reading tables with SE_NSTRING_TYPE fields, nor does it have a way of loading non-ASCII values into SE_NSTRING_TYPE fields.
Change History (3)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Preliminary support for creating NSTRING fields if layer creation option USE_NSTRING=YES is given (r22263).
still lots of testing and documentation to do.
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Let's consider that NSTRING is documented; there is a line about it in the driver manual page:
USE_NSTRING: If this option is set to "TRUE" then string fields will be created as type NSTRING. This option was added for GDAL/OGR 1.9.0.
Note:
See TracTickets
for help on using tickets.
Preliminary support for reading NSTRING fields and translating them to UTF-8 in trunk (r22258). This is mostly work by Anders Moe from Geocap.
Still working on write support.