You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: