diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-16 06:46:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-16 06:46:11 (GMT) |
commit | f61ee5a52c344564506e4719efc541b918785763 (patch) | |
tree | 299b154f650808c3209f1b4301051ffcf919076f /Doc/library/unicodedata.rst | |
parent | 37c7a065ceeecacb3c54de72ed75a3bbae34d925 (diff) | |
parent | 01b34afb3a9087444aabc7472e4acfbb3cef62df (diff) | |
download | cpython-f61ee5a52c344564506e4719efc541b918785763.zip cpython-f61ee5a52c344564506e4719efc541b918785763.tar.gz cpython-f61ee5a52c344564506e4719efc541b918785763.tar.bz2 |
#13715: merge with 3.2.
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r-- | Doc/library/unicodedata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index d0783a2..f912fe8 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -108,7 +108,7 @@ following functions: based on the definition of canonical equivalence and compatibility equivalence. In Unicode, several characters can be expressed in various way. For example, the character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as - the sequence U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C). + the sequence U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA). For each character, there are two normal forms: normal form C and normal form D. Normal form D (NFD) is also known as canonical decomposition, and translates |