Unicode compatibility characters: Difference between revisions

Content deleted Content added
+ See also
Line 135:
 
Normalization is the process by which Unicode conforming software first performs compatibility decomposition before making comparisons or collating text strings. This is similar to other operations needed when, for example, a user performs a case or diacritic insensitive search within some text. In such cases software must equate or ignore characters it would not otherwise equate or ignore. Typically normalization is performed without altering the underlying stored text data (lossless). However, some software may potentially make permanent changes to text that eliminates the canonical or even non-canonical compatibility characters differences from text storage (lossy).
 
== See also ==
 
* [[CJK Compatibility]]
* [[CJK Compatibility Forms]]
* [[CJK Compatibility Ideographs]]
 
== References ==