This commit is contained in:
Kovid Goyal 2021-10-25 08:43:08 +05:30
commit d52e5fab1e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -230,7 +230,7 @@ def parse_eaw() -> None:
if eaw == 'A': if eaw == 'A':
ambiguous |= chars ambiguous |= chars
seen |= chars seen |= chars
elif eaw == 'W' or eaw == 'F': elif eaw in ('W', 'F'):
doublewidth |= chars doublewidth |= chars
seen |= chars seen |= chars
doublewidth |= set(range(0x3400, 0x4DBF + 1)) - seen doublewidth |= set(range(0x3400, 0x4DBF + 1)) - seen