We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cb558 commit 737ed55Copy full SHA for 737ed55
unicodetools/src/main/java/org/unicode/props/PropertyParsingInfo.java
@@ -950,6 +950,7 @@ private static void parseNamesListFile(
950
951
aliasPropInfo.multivaluedSplit = NO_SPLIT;
952
commentPropInfo.multivaluedSplit = NO_SPLIT;
953
+ blockHeaderNoticePropInfo.multivaluedSplit = NO_SPLIT;
954
955
String blockHeader = null;
956
String blockHeaderNotice = null;
0 commit comments