Displaying 2 results from an estimated 2 matches for "a874c2f".
Did you mean:
a874c2fe
2011 Sep 07
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
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
2011 Sep 07
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...string is coming from argv)
>
> argv is implicitly the return from a UTF16->multibyte conversion (i.e.
> it's lossy).
>
> -Eli
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110907/a874c2fe/attachment.html>