From owner-freebsd-hackers Tue Mar 21 8:26: 0 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 8208837B8D3 for ; Tue, 21 Mar 2000 08:25:57 -0800 (PST) (envelope-from adam@whizkidtech.net) Received: from WhizKid (r27.bfm.org [216.127.220.123]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org; Tue, 21 Mar 2000 10:26:14 -0600 Message-Id: <3.0.6.32.20000321101838.00a4d6e0@mail85.pair.com> X-Sender: whizkid@mail85.pair.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 21 Mar 2000 10:18:38 -0600 To: MikeM , freebsd-hackers@FreeBSD.ORG From: "G. Adam Stanislav" Subject: Re: Unicode on FreeBSD In-Reply-To: <20000320194702.11223.qmail@web3101.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:47 20-03-2000 -0800, MikeM wrote: >Has anyone thought of Unicode support on FreeBSD? Certainly. >Is it possible, or is it totally out of the question? > >What would it require? > >Is there any way of implementing partial support, >working in stages, untill it is fully supported? I worked on Unicode support last year, but had to discontinue my work due to serious health problems (almost died). I am better now, but am not likely to resume this particular work in the near future. Anyway, I did partial support, with a UTF-8 package that is in the ports (I think it is called utrans). It allows you to convert between various Unicode encodings. As for console support, I do not see how full Unicode set of characters could be displayed on the standard console due to its hardware design which allows for a theoretical maximum of 256 characters, with a practical maximum even less. X Window certainly does not have that limitation, but that is not directly a matter of FreeBSD. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message