diff --git a/src/SIL.LCModel.Core/Text/UcdProperty.cs b/src/SIL.LCModel.Core/Text/UcdProperty.cs index db318daf..74cace1d 100644 --- a/src/SIL.LCModel.Core/Text/UcdProperty.cs +++ b/src/SIL.LCModel.Core/Text/UcdProperty.cs @@ -208,7 +208,7 @@ public override string ToString() #region static accessor functions /// ------------------------------------------------------------------------------------ /// - /// Fills a two-tiered hash table system with all the instances of this class that + /// Fills a two-tiered hash table system with all the categories and classes we expect /// /// ------------------------------------------------------------------------------------ private static void InitializeHashTables() @@ -302,6 +302,8 @@ private static void InitializeHashTables() new UcdProperty("0", UcdCategories.canonicalCombiningClass)); canonicalCombiningClassDict.Add(1, new UcdProperty("1", UcdCategories.canonicalCombiningClass)); + canonicalCombiningClassDict.Add(2, + new UcdProperty("2", UcdCategories.canonicalCombiningClass)); canonicalCombiningClassDict.Add(7, new UcdProperty("7", UcdCategories.canonicalCombiningClass)); canonicalCombiningClassDict.Add(8,