File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ following functions:
8383 >>> unicodedata.digit(' \N{SUPERSCRIPT NINE} ' )
8484 9
8585
86+
8687.. function :: numeric(chr, default=None, /)
8788
8889 Returns the numeric value assigned to the character *chr * as float.
@@ -92,6 +93,7 @@ following functions:
9293 >>> unicodedata.numeric(' ½' )
9394 0.5
9495
96+
9597.. function :: category(chr)
9698
9799 Returns the general category assigned to the character *chr * as
@@ -184,6 +186,7 @@ following functions:
184186 a human reader, if one has combining characters and the other
185187 doesn't, they may not compare equal.
186188
189+
187190.. function :: is_normalized(form, unistr)
188191
189192 Return whether the Unicode string *unistr * is in the normal form *form *. Valid
You can’t perform that action at this time.
0 commit comments