bilaldursun1 / nettopologysuite

Automatically exported from code.google.com/p/nettopologysuite
0 stars 0 forks source link

DBF problems with files with custom encoding #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Encoding information in .cpg files are not detected when reading dbf files.

There is also a problem with the current DBF-reader since it's using ReadChars 
when reading 'C' fields from the DBF-file. ReadChars is encoding specific while 
the field size is fixed-size. 

Then reading strings one should read the bytes, and then use 
Encoding.GetString() instead.

Original issue reported on code.google.com by peter.lo...@gmail.com on 21 Aug 2012 at 12:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r868.

Original comment by peter.lo...@gmail.com on 21 Aug 2012 at 12:54