Lines Matching refs:Unicode
1 :mod:`unicodedata` --- Unicode Database
5 :synopsis: Access the Unicode Database.
12 single: Unicode
14 pair: Unicode; database
18 This module provides access to the Unicode Character Database (UCD) which
19 defines character properties for all Unicode characters. The data contained in
23 The module uses the same names and symbols as defined by Unicode
24 Standard Annex #44, `"Unicode Character Database"
106 Return the normal form *form* for the Unicode string *unistr*. Valid values for
109 The Unicode standard defines various normalization forms of a Unicode string,
111 In Unicode, several characters can be expressed in various way. For example, the
121 compatibility equivalence. In Unicode, certain characters are supported which
124 However, it is supported in Unicode for compatibility with existing character
141 The version of the Unicode database used in this module.
147 Unicode database version 3.2 instead, for applications that require this
148 specific version of the Unicode database (such as IDNA).