fr should fit in 8 bits

This commit is contained in:
Jeff Epler 2022-11-09 07:00:25 -06:00
parent d16c9515b7
commit e5b83821f8
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -147,7 +147,7 @@ def iter_substrings(s, minlen, maxlen):
yield s[begin : begin + n]
translation_requires_uint16 = {"cs", "fr", "ja", "ko", "pl", "tr", "zh_Latn_pinyin"}
translation_requires_uint16 = {"cs", "ja", "ko", "pl", "tr", "zh_Latn_pinyin"}
def compute_unicode_offset(texts):