micropython-lib/unicodedata/unicodedata.py

7 wiersze
87 B
Python

def east_asian_width(c):
return 1
def normalize(form, unistr):
return unistr