Unicode normalization is a form of
text normalization that transforms
equivalent characters or sequences of characters into a consistent underlying representation so that they may be easily compared. Normalization is important when comparing text strings for searching and sorting (collation).
See more at Wikipedia.org...