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 1d28f9a commit 00c80dfCopy full SHA for 00c80df
1 file changed
Lib/test/test__locale.py
@@ -89,6 +89,9 @@ def accept(loc):
89
'ar_AE': (100, {0: '\u0660', 10: '\u0661\u0660', 99: '\u0669\u0669'}),
90
'bn_IN': (100, {0: '\u09e6', 10: '\u09e7\u09e6', 99: '\u09ef\u09ef'}),
91
}
92
+if sys.platform == 'cygwin':
93
+ count, samples = known_alt_digits['ja_JP']
94
+ known_alt_digits['ja_JP'] = (101, samples)
95
96
known_era = {
97
'C': (0, ''),
0 commit comments