Rev 4377 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 4432 2020-01-27 08:22:45
- Author: gerd
- Log message:
- utf8-v3.patch by Ticker Berkin
- uses StandardCharsets.* where possible.
- notes some usage of the java local DefaultCharset.
- changed a couple of these to force utf-8 instead.
- if --read-config file gives decoding errors, names the charset used to read the file (ie DefaultCharset) instead of 'utf-8' in the error message.
- accepts/ignores unicode BOM in more files
- uses try (open...) {} where possible in files changed for the above reasons.