From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 2 04:44:03 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058C716A41F for ; Wed, 2 Nov 2005 04:44:03 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F2743D45 for ; Wed, 2 Nov 2005 04:44:02 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan1.jp.viruscheck.net ([154.33.69.36] helo=mail2.jp.viruscheck.net) by smtp4.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1EXATg-000599-00; Wed, 02 Nov 2005 13:44:00 +0900 Received: from [218.44.36.131] (helo=noc.orchid.orchidtechnology.com) by mail2.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1EXATg-0005hB-00; Wed, 02 Nov 2005 13:44:00 +0900 Received: from [89.60.10.11] (horse.orchid.orchidtechnology.com [89.60.10.11]) by noc.orchid.orchidtechnology.com (8.13.4/8.13.4) with ESMTP id jA24hxPS085023; Wed, 2 Nov 2005 13:43:59 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <4368440F.3000202@FreeBSD.org> Date: Wed, 02 Nov 2005 13:43:59 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Nicholas Wieland References: <20051101132357.GA16574@pixie.subbacultcha.home> <436786F3.4020609@FreeBSD.org> <20051101172310.GA1109@pixie.subbacultcha.home> In-Reply-To: <20051101172310.GA1109@pixie.subbacultcha.home> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: gnome-terminal and locale support X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 04:44:03 -0000 Nicholas Wieland wrote: > - Alexander Nedotsukov : > >> Nicholas, >> >> Show output of your "locale" and "name -a", please. Also tell us GNOME >> version you running. >> Can you input those characters in xterm? >> > > ngw@pixie ~> locale > LANG=it_IT.ISO8859-15 > LC_CTYPE="it_IT.ISO8859-15" > LC_COLLATE="it_IT.ISO8859-15" > LC_TIME="it_IT.ISO8859-15" > LC_NUMERIC="it_IT.ISO8859-15" > LC_MONETARY="it_IT.ISO8859-15" > LC_MESSAGES="it_IT.ISO8859-15" > LC_ALL= > This is correct. > ngw@pixie ~> uname -a > FreeBSD pixie.subbacultcha.home 6.0-RC1 FreeBSD 6.0-RC1 #7: Sat Oct 29 > 11:52:21 CEST 2005 > root@pixie.subbacultcha.home:/usr/obj/usr/src/sys/SUBBACULTCHA i386 > > When I run xterm I get a: > Warning: locale not supported by C library, locale unchanged > And this is strange. I do not think your problem is GNOME related. Which X11 port do you use (XFree86 or Xorg)? Are they up to date? What will happen if you replace it_IT.ISO8859-15 with it_IT.ISO-8859-15? Alexander.