EMF_Camp_Badge/upip/unicodedata.py

7 lines
87 B
Python

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