Y
Hacker News
new
|
ask
|
show
|
jobs
by
BoringTimesGang
616 days ago
Now double all of that effort, so you can get it to work with Windows' UTF-16 wstrings.
1 comments
account42
615 days ago
Better 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.
link