Re: Unicode-based FreeBSD

From: Alexander Churanov <alexanderchuranov_at_gmail.com>
Date: Sat, 15 Nov 2008 12:16:52 +0300
army. of. root,

The approach used by me is very close to what you suggest. Syscons will
decode UTF-8 output to sequence of code points (this is actually the same as
UTF-32). The "code point => 8-bit" mapping is used just for adapting
renderers to unicode in order to simplify implementation and reuse
(actually, not to modify) much of current implementation.

As for the transcoding, there are no problems with transforming UTF-8 ti
UTF-16, UTF-32 to UTF-8 - all of these is not too complex and already
implemented in IBM ICU with BSD-style license.

Alexander Churanov
Received on Sat Nov 15 2008 - 08:16:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:37 UTC