File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tools/cldr-code/src/test/java/org/unicode/cldr/unittest Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -969,11 +969,16 @@ public void TestLocales() {
969
969
// Suppress Common/Inherited characters that are given scx properties
970
970
UnicodeSet suppressHack =
971
971
new UnicodeSet (
972
- "[\u0301 \u0300 \u0306 \u0302 \u030C \u030A \u0308 \u0303 \u0307 \u0304 \u0309 \u0310 \u0323 -\u0325 \u0330 \u0331 \u00B7 \u02BC \u3007 \u0E19 \u0E22 \u0E28 \u0E39 \u0E4C \uE070 \u0AF0 ]" )
972
+ "[\u0301 \u0300 \u0306 \u0302 \u030C \u030A \u0308 \u0303 \u0307 \u0304 \u0309 \u0310 \u0323 -\u0325 \u0330 \u0331 \u00B7 \u02BC \u3007 \u0E19 \u0E22 \u0E28 \u0E39 \u0E4C \uE070 ]" )
973
973
.freeze ();
974
974
for (String s : suppressHack ) {
975
975
allMissing .scriptMissing .remove (s );
976
976
}
977
+ if (allMissing .scriptMissing .containsKey ("\u0AF0 " )
978
+ && logKnownIssue ("CLDR-18852" , "U+0AF0 missing in Gujr translit" )) {
979
+ allMissing .scriptMissing .remove ("\u0AF0 " );
980
+ }
981
+
977
982
for (String script : allMissing .scriptMissing .values ()) {
978
983
UnicodeSet missingFoScript = allMissing .scriptMissing .getKeys (script );
979
984
String localeForScript =
You can’t perform that action at this time.
0 commit comments