This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
b89114c834
micropython-lib
/
unicodedata
/
unicodedata.py
7 wiersze
87 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
unicodedata: Add dummy module.
2015-05-13 21:34:33 +00:00
def
east_asian_width
(
c
)
:
return
1
unicodedata: add dummy normalize implementation
2017-11-05 11:08:17 +00:00
def
normalize
(
form
,
unistr
)
:
return
unistr