Update Unicode data and optimize CharUnicodeInfo indexes (dotnet/coreclr#20983)
authorPent Ploompuu <kaalikas@gmail.com>
Thu, 15 Nov 2018 17:04:19 +0000 (19:04 +0200)
committerJan Kotas <jkotas@microsoft.com>
Thu, 15 Nov 2018 17:04:19 +0000 (09:04 -0800)
commitd5cf88bee4458d7131f2ea606e5cfe4d3a43e88c
tree570ac8b87658a5a6f3cc86d3b73358f4c823d77f
parent1a9a77dbdfaf8ac9713456fb3c1270e3fb5954c4
Update Unicode data and optimize CharUnicodeInfo indexes (dotnet/coreclr#20983)

* Update Unicode data and optimize CharUnicodeInfo indexes

* Add new GenUnicodeProp to tools

* Add licence headers

* Add big-endian support

Commit migrated from https://github.com/dotnet/coreclr/commit/8241c492ac7fb7ef850f585c5ef2a70928feea8e
src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/GenUnicodeProp.csproj [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Readme.md [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Char.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfo.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfoData.cs