Skip to content

Commit 995779c

Browse files
authored
kTGT_RSUnicode (née kRSTUnicode) is now a Provisional property rather than non-property UCD data (#1241)
1 parent 12c6e39 commit 995779c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unicodetools/src/main/java/org/unicode/props/UcdProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public enum UcdProperty {
566566
kTGT_MergedSrc(PropertyType.Miscellaneous, DerivedPropertyStatus.Approved, "kTGT_MergedSrc"),
567567
kTGT_RSUnicode(
568568
PropertyType.Miscellaneous,
569-
DerivedPropertyStatus.UCDNonProperty,
569+
DerivedPropertyStatus.Provisional,
570570
"kTGT_RSUnicode",
571571
"kRSTUnicode"),
572572
kTaiwanTelegraph(

unicodetools/src/main/resources/org/unicode/props/ExtraPropertyAliases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ cjkZhuang ; kZhuang ; Provisional
210210
# change the tag kRSTUnicode to kTGT_RSUnicode.
211211
# For Unicode Version 17.0. See L2/25-087 item 1.9.
212212
# (Changed between 17 alpha and beta.)
213-
kTGT_RSUnicode ; kTGT_RSUnicode ; kRSTUnicode ; UCDNonProperty
213+
kTGT_RSUnicode ; kTGT_RSUnicode ; kRSTUnicode ; Provisional
214214

215215
# [183-C30] Consensus: In NushuSources.txt,
216216
# change the tag kSrc_NushuDuben to kNSHU_DubenSrc, and change the tag kReading to kNSHU_Reading.

0 commit comments

Comments
 (0)