Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4612 closed defect (fixed)

MG4Lidar driver does not support UTF8 on Windows

Reported by: rprinceley Owned by: rprinceley
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: mg4lidar, utf8, utf-8
Cc: kirk

Description

MG4Lidar driver makes use of MG4PointReader::init() to open dataset instead of using an IO object.

We just need to construct an FileIO object which supports wchar_t on Windows and pass that to MG4PointReader::init().

Looks like the SDK is compiled with /Zc:wchar_t- flag.

Change History (2)

comment:1 by rprinceley, 12 years ago

Resolution: fixed
Status: newclosed

Checked in changes from Esri code base to trunk in r24224.

comment:2 by warmerdam, 12 years ago

Cc: kirk added

FYI +kirk

At some point we might want MG4Lidar access to go through VSI*L which would also provide for UTF8 support.

Note: See TracTickets for help on using tickets.