Skip to content

Commit dec3f19

Browse files
committed
bad limit
1 parent 7b866a3 commit dec3f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ private static void parsePropertyDumpFile(
802802
}
803803
if (propInfo != null && dataLine.matcher(line).matches()) {
804804
var range = new UcdLineParser.IntRange();
805-
range.set(line.split(" ", 1)[0]);
805+
range.set(line.split(" ", 2)[0]);
806806
final var data = indexUnicodeProperties.property2UnicodeMap.get(propInfo.property);
807807
propInfo.put(
808808
data,

0 commit comments

Comments
 (0)