search for: 39bfd5f6

Displaying 2 results from an estimated 2 matches for "39bfd5f6".

2011 Sep 07
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...UTF16 before calling windows api functions > (unless somebody knows that we actually have UTF8 paths on windows somewhere > in the code)? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110907/39bfd5f6/attachment.html>
2011 Sep 07
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
As was mentioned once before, the correct solution is to never use multibyte anywhere. Any Windows functions that currently return multibyte strings should be converted to their wide-string (unicode) equivalent, with the resultĀ converted to UTF-8. > From: Nikola Smiljanic <popizdeh at gmail.com> > > I think I got it this time. I realized that ::open and ::stat work just fine with