Date: Fri, 1 Sep 2000 20:58:25 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> Cc: Boris Popov <bp@butya.kz>, freebsd-arch@FreeBSD.ORG, freebsd-i18n@FreeBSD.ORG Subject: Re: Proposal to include iconv library in the base system. Message-ID: <20000901205825.A30569@nagual.pp.ru> In-Reply-To: <39AFD666.880FE6C@dante.org.uk>; from Konstantin.Chuguev@dante.org.uk on Fri, Sep 01, 2000 at 05:16:38PM %2B0100 References: <Pine.BSF.4.10.10008241719320.80086-100000@lion.butya.kz> <20000901185945.A29804@nagual.pp.ru> <39AFD666.880FE6C@dante.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 01, 2000 at 05:16:38PM +0100, Konstantin Chuguev wrote: > * new filesystems use Unicode encodings: UCS-2 (Windows), some may use > UTF-8. These encodings are not supported by XLAT. I assume Windows (Unicode) <-> 8bit charset tables are loadable too. Doesn't? > Exactly, this is what was intended. All [UNIX] charsets supported in the > FreeBSD distribution (i.e. which are present in the locale directory) PLUS > charsets used in other types of filesystems (Windows, Netware?, MacOS?) for Currently we support Windows and ISO 9660 for CDs, so PLUS Windows (Unicode) and ISO 9660 charsets. If we take Russian example, we need following tables (for kernel only): 1) KOI8-R <-> CP866 for MSDOS FS 2) KOI8-R <-> Unicode for Windows FS 3) We also need ISO 9660 conversion scheme, but I not know about character set used there. -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000901205825.A30569>