mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
...
This commit is contained in:
@@ -6,7 +6,7 @@ import unicodedata
|
|||||||
import itertools
|
import itertools
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
IGNORED_CATEGORIES = ('Cc', 'Cf', 'Cn', 'Cs')
|
IGNORED_CATEGORIES = ('Cc', 'Cf', 'Cs')
|
||||||
|
|
||||||
|
|
||||||
def ranges(i):
|
def ranges(i):
|
||||||
@@ -52,6 +52,7 @@ def main():
|
|||||||
print(cc, file=f)
|
print(cc, file=f)
|
||||||
print(ig, file=f)
|
print(ig, file=f)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
# TODO: delete kitty/unicode.py alongwith kitty/screen.py
|
# TODO: delete kitty/unicode.py alongwith kitty/screen.py
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user