Followup to: <[EMAIL PROTECTED]>
By author: Alan Cox <[EMAIL PROTECTED]>
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
--
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/