Jump to content

Combining character

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Monedula (talk | contribs) at 22:14, 1 March 2004 (page created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Combining diacritical marks are Unicode characters that are intended to modify other characters (see Diacritic). The main block of combining diacritics is U+0300 — U+036F. They are also present in many other blocks of Unicode characters. In Unicode, diacritics are always added after the main character. It is possible to add several diacritics to the same character.

Unicode also contains a lot of precomposed characters. So in many cases it is possible to use both combining diacritics and precomposed characters, at the user's choice.

On most computer systems today, the combining diacritics are added to main characters with simple superposition of glyphs. The results are usually far from perfect. The better strategy is to use algorithms that allow to select precomposed glyphs for such combinations. This is possible with OpenType fonts.