Skip to content

Commit

Permalink
CLDR-17377 disable CLDRModify -fV
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jul 16, 2024
1 parent 49c74ad commit 211a1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ private static void checkSuboptions(int i, UnicodeSet allowedOptions) {
+ "Use -? for help.");
}
if (i == FIX && givenOptions.value != null) {
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('Q').add('V').add('k');
final UnicodeSet allowedFilters = new UnicodeSet().add('P').add('Q').add('k');
for (char c : givenOptions.value.toCharArray()) {
if (!allowedFilters.contains(c)) {
throw new IllegalArgumentException(
Expand Down

0 comments on commit 211a1f3

Please sign in to comment.