erik quanstrom wrote:
> yes.  this is a problem.  unfortunately the unicode guys
> took the position that codepoint is divorced from glyphs
> unfortunately, this case isn't as bad as it gets.  e.g. archaic cryllic
> letters have transliterations like ^^A in unicode.  would
> three hats on an A be illegal?  i don't see what would prevent it.
> and therefore one needs to implment some sort of character
> layout engine to render unicode.  that's pretty bogus.

to be fair to the unicode people, this decoupling of glyphs and codepoints
is (i think) the most straightforward way to implement some languages like
arabic, where the glyphs for characters depend on their position within a
word.  that is, a letter at the beginning of a word looks different from
what it would look like if it was in the middle.

salman


Reply via email to