ofx4j icon indicating copy to clipboard operation
ofx4j copied to clipboard

Charset problems

Open patrickdalla opened this issue 1 year ago • 2 comments

Hello,

I started using your parser in a project. The project parsers many file types from distinct SO. So I detected charset problem.

Your parser does not change the reader charset based on the headers or tags identifying the OFX/OFC itself.

patrickdalla avatar Jan 09 '24 11:01 patrickdalla

It is also difficult to change the charset, as it uses BufferedReader, so the subsequent chars were already "loaded" when the charset of the file is discovered.

patrickdalla avatar Jan 09 '24 11:01 patrickdalla

Thanks for the report! If you apply I fix, I'm happy to review a PR.

stoicflame avatar Jan 09 '24 19:01 stoicflame