#13715: merge with 3.2.

This commit is contained in:
Ezio Melotti 2012-01-16 08:46:11 +02:00
commit f61ee5a52c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ following functions:
based on the definition of canonical equivalence and compatibility equivalence. based on the definition of canonical equivalence and compatibility equivalence.
In Unicode, several characters can be expressed in various way. For example, the 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 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. 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 Normal form D (NFD) is also known as canonical decomposition, and translates