Displaying 2 results from an estimated 2 matches for "98172d89".
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...t to work the same way. I'm not sure what locale that
> would have to be, but it needs to match whatever NTFS uses for its $upcase
> file.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/98172d89/attachment.html>
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Right, but maybe if you switch to using tolower_l() and pass an appropriate locale you can get it to work the same way. I'm not sure what locale that would have to be, but it needs to match whatever NTFS uses for its $upcase file.
On Oct 3, 2011, at 12:19 PM, Nikola Smiljanic wrote:
> CharLowerW does the right thing. But I still need Windows.h to use it :)
>
> On Mon, Oct 3, 2011