expecting default file encoding is insufficient
Status: Beta
Brought to you by:
dahm
Currently the PetalParser is creating a FileReader that is ignoring the input files' encoding. The current assumption is that all input files have the operating system's default encoding.
I changed some methods, signatures and introduced new methods to make the PetalParser aware of file encodings. It is attached to this bug report, so I hope these changes will make it into the official code base.
PetalParser that is aware of none default file encoding