Ticket #2882 (new defect)
WideString not support by ArcSDE driver
| Reported by: | andersmoe | Owned by: | hobu |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8.1 |
| Component: | OGR_SF | Version: | svn-trunk |
| Severity: | normal | Keywords: | SDE arcsde widestring utf8 |
| Cc: | warmerdam, jmckenna |
Description
The ArcSDE driver in OGR fails to read widestrings from the ArcSDE database. Currently only empty strings are returned .
The OFTWideString type in OGR is deprecated but proper calls to
SE_stream_get_nstring
should nevertheless be made in order to get strings of type SE_WCHAR. The attached file provides a workaround and may serve as a starting point. Please note that this does not implement UTF8 and so should not be used as-is.
Anders.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

