From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 09:19:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8B0216A407 for ; Sun, 17 Dec 2006 09:19:19 +0000 (UTC) (envelope-from a@zeos.net) Received: from feb.ukrtel.net (feb.ukrtel.net [195.5.6.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B19D043CA1 for ; Sun, 17 Dec 2006 09:19:18 +0000 (GMT) (envelope-from a@zeos.net) Received: from 7-74-124-91.pool.ukrtel.net ([91.124.74.7] helo=host.my.domain) by feb.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1GvsAu-0001WN-73 for freebsd-questions@freebsd.org; Sun, 17 Dec 2006 11:19:16 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id kBH9J8CQ000642 for ; Sun, 17 Dec 2006 11:19:08 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id kBH9J8ZY000641 for freebsd-questions@freebsd.org; Sun, 17 Dec 2006 11:19:08 +0200 (EET) (envelope-from a@zeos.net) Date: Sun, 17 Dec 2006 11:19:08 +0200 From: a@zeos.net To: freebsd-questions@freebsd.org Message-ID: <20061217091908.GA575@host.my.domain> Mail-Followup-To: freebsd-questions@freebsd.org References: <45835661.5060402@u.washington.edu> <45836BE4.7010306@u.washington.edu> <17795.31520.75174.70348@jerusalem.litteratus.org> <20061216110405.5bfc244b@direwolf.5550h.net> <8b4c81f0612161610scc77444t7457a12e6b2caa3a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b4c81f0612161610scc77444t7457a12e6b2caa3a@mail.gmail.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Unicode support on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 09:19:19 -0000 CONSOLE As we know, the console drivers atkbd and sc do not support unicode (in contrast to linux console drivers, for example). So we have to use programs able to translate unicode to a single byte code table. I use my PC successfully in such a manner. X You should set LC_CTYPE to ru_RU.UTF-8 (for russian) before running X programs, and you should have correct unicode support. I have the next line in .xinitrc: env LC_CTYPE=ru_RU.UTF-8 twm And I have no problem with X programs for years. Elisej Babenko On Sat, Dec 16, 2006 at 10:10:08PM -0200, Henry Lenzi wrote: > On 12/16/06, ?$BJ8D; wrote: > >> It's worth noting that while this solution may work, it's an > >> add-on. > >> The question of Unicode is complex; you should check for > >> relevant threads in the questions@ and i18n@ archives. > >I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8 > > I'm sorry, I'm not following this discussion. To get Unicode support, > I should set my system to ja_JP.UTF8?! > My problem is cyrillic fonts; any help is aprreciated. > > Henry > > PS: Oh, and don't write back to me in Russian, please. I'm not there yet :-)) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >