JavaDBF 0.10.0
This is a new release for the legacy branch 0.10.x with backported bugfixes from main:
- Throws EOFException if EOF is reached before read all requested data
- Support for reading long character columns (up to 65534 bytes)
- Backported automatic right trim on strings (disabled by default)
- Correct detection of Russian and Nordic codepages.
- Zero value should be stored as 0.00 instead of .00
- change numeric maxlength from 18 to 32
- Fix number serialization (fix small precision loose on formatting before storing)
- Writes charset info to the stream
- throws Exception if trying to use unsupported charset
- parses comma as decimal separator
Utility methods backported
- DBFUtils.close(closeable)
- DBFDataType.fromCode(char code) (for internal use)
- DBFField.toString (mainly for testing purposes)