Add support for invariant casing in PAL (#24597)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Fri, 17 May 2019 03:23:04 +0000 (20:23 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 17 May 2019 03:23:04 +0000 (20:23 -0700)
commitc55319243ed42f8bdcb940d69f03a9c6554cc1d4
treef3db8cfbe42ad7ab134ec7ce0de88f7853a39792
parenteae74b83ba12d010f40895f58857a56cdaf4860c
Add support for invariant casing in PAL (#24597)

unicodedata.cpp based on UnicodeData.txt v11.0.
src/pal/inc/pal.h
src/pal/src/CMakeLists.txt
src/pal/src/include/pal/unicodedata.h [new file with mode: 0644]
src/pal/src/locale/unicode.cpp
src/pal/src/locale/unicodedata.cpp [new file with mode: 0644]
src/pal/src/locale/unicodedata.cs [new file with mode: 0644]
src/utilcode/sstring.cpp
tests/src/Regressions/coreclr/20616/UnicodeBug.il [new file with mode: 0644]
tests/src/Regressions/coreclr/20616/UnicodeBug.ilproj [new file with mode: 0644]