Is the order in which a combination of diacritics appear after an important code?

I wonder if the order in which the combination of diacritics appears after the code point will change the way that diacritics should be placed above or below the symbol; or if there is another semantic difference.

Normalization indicates some way to change the order of diacritics, e. d. speed up string comparison?

+3
source share
2 answers

In accordance with this Wikipedia article, the order of association of characters in some cases is relevant and should be normalized, as indicated in other cases.

(.. ), .

+6

, , , :

  • D: U, U + 0308, U + 0304 → C U + 01D6 U ǖ

  • D: U, U + 0304, U + 0308 → C U + 1E7B U

.

+3

All Articles