micropython-lib/unicodedata/unicodedata.py

7 wiersze
87 B
Python
Czysty Zwykły widok Historia

2015-05-13 21:34:33 +00:00
def east_asian_width(c):
return 1
def normalize(form, unistr):
return unistr