Merge branch 'master' of https://github.com/python-pitfalls/kitty
This commit is contained in:
commit
d52e5fab1e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user