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 215422f commit 2a27ec4Copy full SHA for 2a27ec4
unicodetools/src/main/java/org/unicode/text/UCA/RadicalStroke.java
@@ -90,7 +90,7 @@ public RadicalStroke(String unicodeVersion) {
90
// Use only the first radical-stroke value if there are multiple.
91
int delim = rs.indexOf(' '); // value separator in Unihan data files
92
if (delim < 0) {
93
- delim = rs.indexOf('|'); // The new parser rewrites multi-values with a | separator.
+ delim = rs.indexOf(','); // The new parser rewrites multi-values with a , separator.
94
95
delim = rs.length();
96
}
0 commit comments