@@ -307,11 +307,6 @@ private static void buildPropertyValues(
307307 "script properties" ,
308308 SCHEMA .PROPERTIES ,
309309 getFormattedScriptProperties ());
310- //Deprecated
311- // createPropertyFragment(
312- // UcdProperty.ISO_Comment,
313- // SCHEMA.PROPERTIES,
314- // getFormattedSyntax(UcdProperty.ISO_Comment));
315310 createPropertyFragment (
316311 UcdProperty .Hangul_Syllable_Type ,
317312 SCHEMA .PROPERTIES ,
@@ -592,8 +587,6 @@ private static String getFormattedSyntax(UcdProperty ucdProperty) {
592587 break ;
593588
594589 // { "#" | one-or-more-code-points }
595- //Deprecated
596- // case FC_NFKC_Closure:
597590 case Uppercase_Mapping :
598591 case Lowercase_Mapping :
599592 case Titlecase_Mapping :
@@ -1013,17 +1006,6 @@ private static String getFormattedQuickCheckProperties() {
10131006 + DOUBLELINE
10141007 + getFormattedAttribute (
10151008 UcdProperty .NFKD_Quick_Check , VALUESOUTPUTTYPE .MAX_LINE_LENGTH );
1016- //Deprecated
1017- // + TRIPLELINE
1018- // + getFormattedBoolean(UcdProperty.Expands_On_NFC)
1019- // + DOUBLELINE
1020- // + getFormattedBoolean(UcdProperty.Expands_On_NFD)
1021- // + DOUBLELINE
1022- // + getFormattedBoolean(UcdProperty.Expands_On_NFKC)
1023- // + DOUBLELINE
1024- // + getFormattedBoolean(UcdProperty.Expands_On_NFKD)
1025- // + TRIPLELINE
1026- // + getFormattedSyntax(UcdProperty.FC_NFKC_Closure);
10271009 }
10281010
10291011 private static String getFormattedNumericProperties () {
@@ -1128,9 +1110,6 @@ private static String getFormattedPatternProperties() {
11281110 private static String getFormattedFunctionGraphicProperties () {
11291111 return getFormattedBoolean (UcdProperty .Dash )
11301112 + DOUBLELINE
1131- //Deprecated
1132- // + getFormattedBoolean(UcdProperty.Hyphen)
1133- // + DOUBLELINE
11341113 + getFormattedBoolean (UcdProperty .Quotation_Mark )
11351114 + DOUBLELINE
11361115 + getFormattedBoolean (UcdProperty .Terminal_Punctuation )
@@ -1180,9 +1159,6 @@ private static String getFormattedBoundaryProperties() {
11801159 + DOUBLELINE
11811160 + getFormattedBoolean (UcdProperty .Other_Grapheme_Extend )
11821161 + DOUBLELINE
1183- //Deprecated
1184- // + getFormattedBoolean(UcdProperty.Grapheme_Link)
1185- // + DOUBLELINE
11861162 + getFormattedAttribute (
11871163 UcdProperty .Grapheme_Cluster_Break , VALUESOUTPUTTYPE .ALPHABETICAL_GROUP )
11881164 + DOUBLELINE
0 commit comments