Subject: Re: New snapshot of raster/Unicode console driver available
To: None <bjy@mogua.org>
From: Marcus Comstedt <marcus@idonex.se>
List: tech-kern
Date: 02/12/2001 19:25:42
>>>>> "Bang" == Bang Jun-Young <bjy@mogua.org> writes:
Bang> For now you can't. Instead, how about using UTF-8 encoded Latin font
Bang> currently supported?
The _font_ can hardly be UTF-8 encoded, as UTF-8 is a variable length
multibyte encoding, and fonts need to be indexed with an N-dimensional
(typically N=1 or N=2) index code. Don't you mean UCS (Unicode
Character Set) encoded?
Bang> Could you tell me where I can get information on ISO-8859?
See <URL:http://www.itscj.ipsj.or.jp/ISO-IR/> and RFC1345.
// Marcus