bidirectional(chr) |
Returns the bidirectional class assigned to the character chr as string. [extrait de bidirectional.__doc__] |
category(chr) |
Returns the general category assigned to the character chr as string. [extrait de category.__doc__] |
combining(chr) |
Returns the canonical combining class assigned to the character chr as integer. [extrait de combining.__doc__] |
decimal |
Converts a Unicode character into its equivalent decimal value. [extrait de decimal.__doc__] |
decomposition(chr) |
Returns the character decomposition mapping assigned to the character chr as string. [extrait de decomposition.__doc__] |
digit |
Converts a Unicode character into its equivalent digit value. [extrait de digit.__doc__] |
east_asian_width(chr) |
Returns the east asian width assigned to the character chr as string. [extrait de east_asian_width.__doc__] |
is_normalized(form, unistr) |
Return whether the Unicode string unistr is in the normal form 'form'. [extrait de is_normalized.__doc__] |
lookup(name) |
Look up character by name. [extrait de lookup.__doc__] |
mirrored(chr) |
Returns the mirrored property assigned to the character chr as integer. [extrait de mirrored.__doc__] |
name |
Returns the name assigned to the character chr as a string. [extrait de name.__doc__] |
normalize(form, unistr) |
Return the normal form 'form' for the Unicode string unistr. [extrait de normalize.__doc__] |
numeric |
Converts a Unicode character into its equivalent numeric value. [extrait de numeric.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :