...
This commit is contained in:
parent
b996b96695
commit
3989413ff9
@ -6,7 +6,7 @@ import unicodedata
|
||||
import itertools
|
||||
import sys
|
||||
|
||||
IGNORED_CATEGORIES = ('Cc', 'Cf', 'Cn', 'Cs')
|
||||
IGNORED_CATEGORIES = ('Cc', 'Cf', 'Cs')
|
||||
|
||||
|
||||
def ranges(i):
|
||||
@ -52,6 +52,7 @@ def main():
|
||||
print(cc, file=f)
|
||||
print(ig, file=f)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
# TODO: delete kitty/unicode.py alongwith kitty/screen.py
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user