search for: specialcasing

Displaying 8 results from an estimated 8 matches for "specialcasing".

2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...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 languages according to ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt . Assumption 2: The transformation from lower case to upper case can be done for each character individually, without considering context. This is not true in a couple of languages according to SpecialCasing.txt. Do not do that. If you get complaints, they will be about scripts that you can...
2009 Apr 29
1
Replacement of Macro() with Gosub()
Hi, Is there some more thorough documentation of this change that has happened in 1.6? The upgrade.txt and changes.txt files mention it, but I have already seen details of this change that do not appear to be documented except in conversations on the mailing list... 1) It appears that it is no longer legal to have: [macro-contaxtA] ...stuff... [contextA] ...stuff... Is this true? Or have I
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
How about this: for (int i = 0; i != NumWChars; ++i) absPath[i] = std::tolower(absPath[i], std::locale()); seems to be working just fine? On Mon, Oct 3, 2011 at 9:27 PM, Bryce Cogswell <bryceco at gmail.com> wrote: > 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
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...t; 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 languages according to > ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt . > > Assumption 2: The transformation from lower case to upper case can be > done for each character individually, without considering context. > This is not true in a couple of languages according to SpecialCasing.txt. > > Do not do that. If you get complaints, they will...
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
2007 Oct 02
2
Blog post about Theora and MSVC assembly
Hello! I wrote a blog post requesting help for Theora on MSVC-syntax assembly. This is my first time speaking for Xiph instead of just myself so please teach me what to do better next time. (Better offlist probably.) My post might contain a few interesting bits for Xiph members as well. It can be found here: http://blog.hartwork.org/?p=86 Sebastian
2020 Aug 28
0
Wine release 5.16
...riched20: Implement ITextRange::MoveStart() and ITextRange::MoveEnd() for tomCharacter. riched20: Implement ITextRange::Move() for tomCharacter. riched20: Implement ITextRange::StartOf() and ITextRange::EndOf() for tomCharacter. Daniel Lehman (2): msvcrt/tests: Add tests for SpecialCasing. ucrtbase/tests: Add tests for SpecialCasing. Derek Lesho (1): shcore: Add GetScaleFactorForDevice() stub. Dmitry Kislyuk (1): vbscript: Implement case-insensitive search in Replace function. Dmitry Timoshkov (2): ole32: Add a check for hglobal pointer to GetHGlobalFromSt...
2019 Mar 01
0
Wine release 4.3
...llow most keywords to be used as 'dot' identifiers. vbscript: Add todo test for 'rem' as 'dot' identifier. Byeong-Sik Jeon (1): gdi32: Add a workaround for Freetype < 2.8.1 using v40 FT_LOAD_TARGET_MONO. Daniel Lehman (1): kernel32/tests: Add tests for SpecialCasing. Dmitry Timoshkov (8): windowscodecs: Add support for 32bppRGB, 32bppRGBA and 32bppPRGBA to format converter. windowscodecs/tests: Add a test for 8bpp indexed TIFF format. windowscodecs: Fix the SupportsTransparency flag value for various pixel formats. windowscodecs: Fail...