Skip to content

Commit 8b3fbc0

Browse files
xrmxPaul Sokolovsky
authored and
Paul Sokolovsky
committed
unicodedata: add dummy normalize implementation
1 parent f704ac5 commit 8b3fbc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unicodedata/unicodedata.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
def east_asian_width(c):
22
return 1
3+
4+
5+
def normalize(form, unistr):
6+
return unistr

0 commit comments

Comments
 (0)