Charset not used for DBF header.
--------------------------------

                 Key: GEOT-3377
                 URL: http://jira.codehaus.org/browse/GEOT-3377
             Project: GeoTools
          Issue Type: Bug
    Affects Versions: 2.7-M5
         Environment: Ubuntu 10.04, Java(TM) SE Runtime Environment (build 
1.6.0_22-b04)
            Reporter: Siarhei Khamenka


It is possible to indicate appropriate charset for DbaseFileReader. But this 
charset is not used for DBF header: method takes charset as parameter, but use 
it only for reading records.

DbaseFileReader.java:147
private void init(final ReadableByteChannel dbfChannel, final boolean 
useMemoryMappedBuffer,
            final Charset charset) throws IOException {

DbaseFileReader:155
        header = new DbaseFileHeader();
        header.readHeader(channel);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to