diff --git a/unicodetools/src/main/java/org/unicode/props/UcdProperty.java b/unicodetools/src/main/java/org/unicode/props/UcdProperty.java index 3d861a740..f3e5a4fc0 100644 --- a/unicodetools/src/main/java/org/unicode/props/UcdProperty.java +++ b/unicodetools/src/main/java/org/unicode/props/UcdProperty.java @@ -195,7 +195,7 @@ public enum UcdProperty { kRSKanWa(PropertyType.Miscellaneous, "cjkRSKanWa"), kRSKangXi(PropertyType.Miscellaneous, "cjkRSKangXi"), kRSKorean(PropertyType.Miscellaneous, "cjkRSKorean"), - kRSTUnicode(PropertyType.Miscellaneous, "cjkRSTUnicode"), + kRSTUnicode(PropertyType.Miscellaneous, "kRSTUnicode"), kRSUnicode( PropertyType.Miscellaneous, null, @@ -203,7 +203,7 @@ public enum UcdProperty { "cjkRSUnicode", "Unicode_Radical_Stroke", "URS"), - kReading(PropertyType.Miscellaneous, "cjkReading"), + kReading(PropertyType.Miscellaneous, "kReading"), kSBGY(PropertyType.Miscellaneous, null, ValueCardinality.Unordered, "cjkSBGY"), kSMSZD2003Index(PropertyType.Miscellaneous, "cjkSMSZD2003Index"), kSMSZD2003Readings(PropertyType.Miscellaneous, "cjkSMSZD2003Readings"), @@ -215,11 +215,11 @@ public enum UcdProperty { ValueCardinality.Unordered, "cjkSpecializedSemanticVariant"), kSpoofingVariant(PropertyType.Miscellaneous, "cjkSpoofingVariant"), - kSrc_NushuDuben(PropertyType.Miscellaneous, "cjkSrc_NushuDuben"), + kSrc_NushuDuben(PropertyType.Miscellaneous, "kSrc_NushuDuben"), kStrange(PropertyType.Miscellaneous, "cjkStrange"), kTGH(PropertyType.Miscellaneous, null, ValueCardinality.Unordered, "cjkTGH"), kTGHZ2013(PropertyType.Miscellaneous, "cjkTGHZ2013"), - kTGT_MergedSrc(PropertyType.Miscellaneous, "cjkTGT_MergedSrc"), + kTGT_MergedSrc(PropertyType.Miscellaneous, "kTGT_MergedSrc"), kTaiwanTelegraph(PropertyType.Miscellaneous, "cjkTaiwanTelegraph"), kTang(PropertyType.Miscellaneous, null, ValueCardinality.Unordered, "cjkTang"), kTotalStrokes(PropertyType.Miscellaneous, null, ValueCardinality.Ordered, "cjkTotalStrokes"), diff --git a/unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt b/unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt index 527abacb9..b2886ab98 100644 --- a/unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt +++ b/unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt @@ -151,10 +151,10 @@ cjkJoyoKanji ; kJoyoKanji cjkKoreanEducationHanja ; kKoreanEducationHanja cjkKoreanName ; kKoreanName cjkTGH ; kTGH -cjkRSTUnicode ; kRSTUnicode -cjkReading ; kReading -cjkSrc_NushuDuben ; kSrc_NushuDuben -cjkTGT_MergedSrc ; kTGT_MergedSrc +kRSTUnicode ; kRSTUnicode +kReading ; kReading +kSrc_NushuDuben ; kSrc_NushuDuben +kTGT_MergedSrc ; kTGT_MergedSrc ncCorrected ; NC_Corrected ncOriginal ; NC_Original ncVersion ; NC_Version