Hacker News new | ask | show | jobs
by cutierust 1367 days ago
Pretty sure most win32 now has an alternative utf8 function?
1 comments

No, they don't. We typically use the UTF-16 functions (with the W suffix).
More specifically, the 8-bit 'A'-suffixed functions could be used as UTF8, but only on some versions of Windows if, and only if, the system code page is set to use UTF8 instead of the Latin1 (or whatever).