Home | History | Annotate | Download | only in checkers

Lines Matching refs:unicodedata

48 import unicodedata
2392 for c in unicodedata.normalize('NFC', line):
2393 if unicodedata.east_asian_width(c) in ('W', 'F'):
2395 elif not unicodedata.combining(c):