10 ms·
Now double all of that effort, so you can get it to work with Windows' UTF-16 wstrings.
by BoringTimesGang 2y ago
Now double all of that effort, so you can get it to work with Windows' UTF-16 wstrings.
- account42 2y agoBetter to just convert WTF-16 (Windows filenames re not guaranteed to be valid UTF-16) to/from WTF-8 at the API boundary and then do the same processing internally on all platforms.