Re: [PATCH 0/2] Enlarge the storage of chars in virtual terminal

From: Alan Cox
Date: Thu May 27 2010 - 07:42:14 EST


> Why is it complex?

You'd have to take that up with the orthographers and historians

> IMHO Rendering non-western languages is nothing
> more than rendering 2 ASCII chars. The current mainline kernel

It is a lot more. Things like arabic vowel handling for example, or
mixed direction text.

> IMHO A user space application doing such thing is just
> re-implementation of virtual terminal support, without the 512
> limitation. Why does we keeping re-inventing the wheel?

Pango does the job. Pango is the wheel.

Kernel code is unpageable, privileged and unable to doing things
trivially like dynamic font management. It's the wrong place for this
kind of stuff because doing fonts right and especially doing language
rendering right is *hard*.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/