[cfe-dev] [LLVMdev] Unicode path handling on Windows

Eli Friedman eli.friedman at gmail.com
Tue Sep 6 23:52:30 PDT 2011


On Tue, Sep 6, 2011 at 11:28 PM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> The problem is not in the functions that return multibyte strings (the
> multibyte string is coming from argv)

argv is implicitly the return from a UTF16->multibyte conversion (i.e.
it's lossy).

-Eli



More information about the cfe-dev mailing list