We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f704ac5 commit 8b3fbc0Copy full SHA for 8b3fbc0
unicodedata/unicodedata.py
@@ -1,2 +1,6 @@
1
def east_asian_width(c):
2
return 1
3
+
4
5
+def normalize(form, unistr):
6
+ return unistr
0 commit comments