-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
See #1072.
CollatorEquivalencesNew and GenerateNormalizeForMatch both have this:
static UnicodeSet.XSymbolTable NO_PROPS =
new UnicodeSet.XSymbolTable() {
@Override
public boolean applyPropertyAlias(
String propertyName, String propertyValue, UnicodeSet result) {
throw new IllegalArgumentException(
"Don't use any ICU Unicode Properties! "
+ propertyName
+ "="
+ propertyValue);
}
;
};
static {
UnicodeSet.setDefaultXSymbolTable(NO_PROPS);
}We should have something equivalent to that everywhere.
markusicu
Metadata
Metadata
Assignees
Labels
No labels