Quote:
Originally Posted by baf
It maps ascii characters to pixel representation and sends it to framebuffer device. To send unicode characters you will have to convert it first to image, then you can use eips as well. If you want to use low level framebuffer stuff there are people that have already done it here (geekmaster?).
|
Thanks.
Since the Kindles are language localized in, what, fifteen languages - there must be another way to write to the screen other than this one.
Probably have to go through the display manager (awesome).
Since we only use eips for short messages, such as status messages, this language shortcoming hasn't been noticed before (that I can recall).