Small non-bug fixes on HangulInfo class.

This commit is contained in:
GoldenCrystal
2014-11-20 21:42:04 +01:00
parent 694a749046
commit c895b2e627
+1 -2
View File
@@ -8,7 +8,7 @@ namespace System.Unicode
{
internal static class HangulInfo
{
// Constants defined at page 144 of the Unicode 7.0 Standard (3.12)
// Constants defined on page 144 of the Unicode 7.0 Standard (3.12)
private const ushort SBase = 0xAC00;
private const ushort LBase = 0x1100;
private const ushort VBase = 0x1161;
@@ -38,7 +38,6 @@ namespace System.Unicode
"LB", "LS", "LT", "LP", "LH", "M", "B", "BS",
"S", "SS", "NG", "J", "C", "K", "T", "P", "H"
};
private static int lIndex;
// Algorithm defined on page 150 of the Unicode 7.0 Standard (3.12)
internal static string GetHangulName(char codePoint)