https://issues.dlang.org/show_bug.cgi?id=13493

--- Comment #7 from Sobirari Muhomori <[email protected]> ---
(In reply to Vladimir Panteleev from comment #5)
> (In reply to Sobirari Muhomori from comment #3)
> > snn has problems with unicode?
> 
> Yes. See issue 7648

Do you mean this line:
https://github.com/D-Programming-Language/phobos/blob/master/std/stdio.d#L3145
?
Hmm... how does it work? Accepts ansi-encoded string, transcodes it from utf8
to utf16 somehow keeping invalid utf8 sequences, then _wfopen transcodes it
back to utf8 and passes to CreateFileA?

--

Reply via email to