Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecb6be commit 01b34afCopy full SHA for 01b34af
1 file changed
Doc/library/unicodedata.rst
@@ -105,7 +105,7 @@ following functions:
105
based on the definition of canonical equivalence and compatibility equivalence.
106
In Unicode, several characters can be expressed in various way. For example, the
107
character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
108
- the sequence U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C).
+ the sequence U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA).
109
110
For each character, there are two normal forms: normal form C and normal form D.
111
Normal form D (NFD) is also known as canonical decomposition, and translates
0 commit comments