Why is Unicode combining character order different between IDEA and Chrome? Why is Unicode combining character order different between IDEA and Chrome? google-chrome google-chrome

Why is Unicode combining character order different between IDEA and Chrome?


If one is to believe Wikipedia and refraining from jumping into the dense Unicode Consortium authoritative PDF jungle, the text related to this is "In Unicode, diacritics are always added after the main character (in contrast to some older combining character sets such as ANSEL), so it is possible to add several diacritics to the same character, although as of 2010, few applications support correct rendering of such combinations." (Maybe I should edit the page at that point to add the "citation needed", though).

Anyway, in both GTK+, SDL and both Browsers in my system, Overline is drawn on the preceeding character. My Qt apps do not support this character, but all its siblings diacriticals - including "\u0304" and "\u0306", are drawn on the preceding character. And unlike overline, these are used in "real world" text in latin languages, which would be rendered in an absurdly incorrect way with the diactricals shifted.

From these points, I think it is clear that the subsystems rendering the sign on the following letter are buggy. Moreover as we can see from the comments, the problem might lie just on the fonts in use - buggy fonts are better than buggy IDE.