kopia lustrzana https://github.com/micropython/micropython-lib
unicodedata: add dummy normalize implementation
rodzic
f704ac5817
commit
8b3fbc0c7d
|
@ -1,2 +1,6 @@
|
||||||
def east_asian_width(c):
|
def east_asian_width(c):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
def normalize(form, unistr):
|
||||||
|
return unistr
|
||||||
|
|
Ładowanie…
Reference in New Issue