Commits


Giulio Dell'Oro authored and GitHub committed 5bbe3c7edc7
Wrong parsing of UTF16 file Hi, this resolves my problem described in details here: https://github.com/d99kris/rapidcsv/issues/23#issuecomment-886669759 Unfortunately, I'm not able to currently run tests and check my changes, but should be ok. Let me know what do you think about that! NB: std::wstring_converter is deprecated from C++17, but the whole codecvt library is deprecated from C++17, so this proposal seems fine to me.