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 7b866a3 commit dec3f19Copy full SHA for dec3f19
unicodetools/src/main/java/org/unicode/props/PropertyParsingInfo.java
@@ -802,7 +802,7 @@ private static void parsePropertyDumpFile(
802
}
803
if (propInfo != null && dataLine.matcher(line).matches()) {
804
var range = new UcdLineParser.IntRange();
805
- range.set(line.split(" ", 1)[0]);
+ range.set(line.split(" ", 2)[0]);
806
final var data = indexUnicodeProperties.property2UnicodeMap.get(propInfo.property);
807
propInfo.put(
808
data,
0 commit comments