search for: 52dcf52b

Displaying 2 results from an estimated 2 matches for "52dcf52b".

2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...Aaron >>>> >>> >>> <clang.patch><llvm.patch> >>> >>> >>> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/52dcf52b/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang.patch Type: application/octet-stream Size: 15664 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/52dcf52b/attachment.obj> --------------...
2011 Sep 30
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
You can use _iswupper and _towlower instead of CharLowerBuffW. They don't require windows.h and work with /Za. On Sep 30, 2011, at 12:24 AM, Nikola Smiljanic wrote: > I tried to do the conversion to lowercase inside GetFullPath by adding an additional bool parameter to this function. It's not perfect but seems much better than repeating the whole UTF8 to UTF16 and UTF16 to UTF8