CharUnicodeInfo.GetUnicodeCategory(int codePoint) (#15911)
authorNobuyuki Iwanaga <ufcpp@live.jp>
Fri, 19 Jan 2018 23:29:32 +0000 (08:29 +0900)
committerTarek Mahmoud Sayed <tarekms@microsoft.com>
Fri, 19 Jan 2018 23:29:32 +0000 (15:29 -0800)
commit11bca94b4b0374ee8f1e4ec28d7140abf4521583
treef1a5cb9e232708e81a9b40c9b544057e2d11f1b1
parent7f8c67e5fa17aace876612942979cbec8b78229e
CharUnicodeInfo.GetUnicodeCategory(int codePoint) (#15911)

* CharUnicodeInfo.GetUnicodeCategory(int codePoint)

https://github.com/dotnet/corefx/issues/26173

- renamed UnicodeCategory.InternalGetUnicodeCategory to GetUnicodeCategory
- renamed its parameter ch to codePoint
- made it public

* fix build break
src/mscorlib/shared/System/Char.cs
src/mscorlib/shared/System/Globalization/CharUnicodeInfo.cs
src/mscorlib/src/System/Globalization/CompareInfo.Unix.cs