Re: Changes in Kernel

H. Peter Anvin (hpa@zytor.com)
22 May 2001 11:28:44 -0700


Followup to: <E152GlV-0002Hh-00@the-village.bc.nu>
By author: Alan Cox <alan@lxorguk.ukuu.org.uk>
In newsgroup: linux.dev.kernel
>
> > We are interested in making some changes to the linux kernel so that it
> > supports some indian type fonts on the console... so what are the special
> > things that we sould take care of so that our work would be included in
> > the kernel-distribution, and how do we proceed about getting it included
> > in the distributions?
>
> Are there specific reasons you cannot just use the existing ioctls to load
> fonts ? The console driver already supports Klingon for example.
>
> What are the issues - writing right - left ?
>

Indian languages have complicated character/glyph mappings, similar to
Arabic but worse.

In general, these kinds of things is much better handled in user
space, similar to the way Asian languages are handled using the user
space console program "kon". You would typically use the frame buffer
driver in the kernel and maintain the complicated state machines and
glyph sets in user space.

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/