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 31e6ade commit 42d22a8Copy full SHA for 42d22a8
tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckForExemplars.java
@@ -55,7 +55,7 @@ public class CheckForExemplars extends FactoryCheckCLDR {
55
new UnicodeSet("[\\u061C\\u200E\\u200F]").freeze();
56
57
public static final UnicodeSet ILLEGAL_RTL_CONTROLS =
58
- new UnicodeSet("[\\u202A-\\u202E\\u2066-\\u2069]");
+ new UnicodeSet("[\\u202A-\\u202E\\u2066-\\u2069]").freeze();
59
60
public static final UnicodeSet LB_JOIN_CONTROLS = new UnicodeSet("[\\u200B\\u2060]").freeze();
61
0 commit comments