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 b229f74 commit 7b866a3Copy full SHA for 7b866a3
unicodetools/src/main/java/org/unicode/props/PropertyParsingInfo.java
@@ -783,7 +783,7 @@ private static void parsePropertyDumpFile(
783
IndexUnicodeProperties nextProperties) {
784
final var dumpHeading = Pattern.compile("Property dump for: 0x[0-9A-F]{8} \\(([^()]+)\\)");
785
final var dataLine =
786
- Pattern.compile("[0-9A-F]{4,6}(\\.\\.[0-9A-F]{4,6} \\(\\d+ chars\\))?");
+ Pattern.compile("[0-9A-F]{4,6}(\\.\\.[0-9A-F]{4,6} +\\(\\d+ chars\\))?");
787
PropertyParsingInfo propInfo = null;
788
for (String line : FileUtilities.in("", fullFilename)) {
789
final var heading = dumpHeading.matcher(line);
0 commit comments