syndicodefront / infekt

The ultimate best NFO viewer, ever!
https://infekt.ws/
GNU General Public License v2.0
359 stars 19 forks source link

Re-do wchar_t / UCS-2 / UTF-16 mess #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
- switch to UCS-2 internally, error out on surrogate pairs
- use u16string + u literal on GCC
- use wchar_t + L literal on Windows
- check if std::codecvt_utf16 is usable and/or useful
- make appropriate #defines
- stop using PCRE_UTF16

Original issue reported on code.google.com by cxxjoe@gmail.com on 2 Feb 2014 at 11:23