• Home
  • Raw
  • Download

Lines Matching refs:character

14    single: character
18 character properties for all Unicode characters. The data in this database is
29 Look up character by name. If a character with the given name is found, return
30 the corresponding Unicode character. If not found, :exc:`KeyError` is raised.
35 Returns the name assigned to the Unicode character *unichr* as a string. If no
42 Returns the decimal value assigned to the Unicode character *unichr* as integer.
49 Returns the digit value assigned to the Unicode character *unichr* as integer.
56 Returns the numeric value assigned to the Unicode character *unichr* as float.
63 Returns the general category assigned to the Unicode character *unichr* as
69 Returns the bidirectional class assigned to the Unicode character *unichr* as
75 Returns the canonical combining class assigned to the Unicode character *unichr*
81 Returns the east asian width assigned to the Unicode character *unichr* as
89 Returns the mirrored property assigned to the Unicode character *unichr* as
90 integer. Returns ``1`` if the character has been identified as a "mirrored"
91 character in bidirectional text, ``0`` otherwise.
96 Returns the character decomposition mapping assigned to the Unicode character
109 character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
112 For each character, there are two normal forms: normal form C and normal form D.
114 each character into its decomposed form. Normal form C (NFC) first applies a
121 However, it is supported in Unicode for compatibility with existing character