Skip to content

Commit 52a05c2

Browse files
committed
* is the new null
1 parent 8c5032d commit 52a05c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,6 +1477,9 @@ private static void parseFields(
14771477
merger = new PropertyUtilities.Overrider();
14781478
}
14791479
if (indexUnicodeProperties.ucdVersion == VersionInfo.UNICODE_1_1_0) {
1480+
if (propInfo.property.getShortName().startsWith("cjk") && value.equals("*")) {
1481+
continue;
1482+
}
14801483
// Some CJKXREF fields combine multiple Unihan properties.
14811484
if (Pattern.matches("k(GB|Jis|KSC)[0-9]|kIBMJapan", propInfo.property.name())) {
14821485
String[] valueParts = value.split("-");

0 commit comments

Comments
 (0)