ofxparser
ofxparser copied to clipboard
Extend api to no reencode utf8 files
I get a problem with cyrillic symbols in ofx file in UTF-8 charset.
Removing $ofxContent = utf8_encode($ofxContent); fixing my issue.