Displaying 3 results from an estimated 3 matches for "michkap".
Did you mean:
michka
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...n the safe side.)
Does Windows do proper Unicode to-lowercase, or does it just lowercase A-Z?
>From reading the below article I get that you can create filenames that would be considered
identical under Unicode to-lowercase rules, but yet they exist as different files:
https://blogs.msdn.com/b/michkap/archive/2005/10/17/481600.aspx
Best regards,
--Edwin
2009 Aug 06
1
WH_KEYBOARD_LL vs GetKeyState
hi all,
i have problems running this code (taken from: http://blogs.msdn.com/michkap/archive/2006/12/20/1332470.aspx) in wine (1.1.26). the GetKeyState trick is not working, so GetKeyboardState never fills in any information in windowless apps.
> /*
> * If this thread needs a key state event, give one to it. There are
>...
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Am 03.10.2011 22:12, schrieb Nikola Smiljanic:
> How about this:
>
> for (int i = 0; i != NumWChars; ++i)
> absPath[i] = std::tolower(absPath[i], std::locale());
>
> seems to be working just fine?
You have two assumptions here:
Assumption 1: For each lowercase character, there is an equivalent
uppercase character, and vice versa.
This is not true in half a dozen