Lines Matching refs:character
13 single: character
19 defines character properties for all Unicode characters. The data contained in
31 Look up character by name. If a character with the given name is found, return
32 the corresponding character. If not found, :exc:`KeyError` is raised.
40 Returns the name assigned to the character *chr* as a string. If no
47 Returns the decimal value assigned to the character *chr* as integer.
54 Returns the digit value assigned to the character *chr* as integer.
61 Returns the numeric value assigned to the character *chr* as float.
68 Returns the general category assigned to the character *chr* as
74 Returns the bidirectional class assigned to the character *chr* as
80 Returns the canonical combining class assigned to the character *chr*
86 Returns the east asian width assigned to the character *chr* as
92 Returns the mirrored property assigned to the character *chr* as
93 integer. Returns ``1`` if the character has been identified as a "mirrored"
94 character in bidirectional text, ``0`` otherwise.
99 Returns the character decomposition mapping assigned to the character
112 character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
115 For each character, there are two normal forms: normal form C and normal form D.
117 each character into its decomposed form. Normal form C (NFC) first applies a
124 However, it is supported in Unicode for compatibility with existing character