From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 23:59:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D4C106564A for ; Fri, 4 Feb 2011 23:59:29 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from qmta08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id EB3DB8FC15 for ; Fri, 4 Feb 2011 23:59:28 +0000 (UTC) Received: from omta13.emeryville.ca.mail.comcast.net ([76.96.30.52]) by qmta08.emeryville.ca.mail.comcast.net with comcast id 3zye1g00317UAYkA8zzUGY; Fri, 04 Feb 2011 23:59:28 +0000 Received: from remegius.comcast.net ([67.180.204.190]) by omta13.emeryville.ca.mail.comcast.net with comcast id 3zzS1g00V46zqiB8ZzzTpr; Fri, 04 Feb 2011 23:59:28 +0000 Message-ID: <4D4C92DD.4070300@comcast.net> Date: Fri, 04 Feb 2011 15:59:25 -0800 From: Rem P Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20110131 Thunderbird/3.1.7 MIME-Version: 1.0 To: Robert Bonomi References: <201102042259.p14Mxc6c081870@mail.r-bonomi.com> In-Reply-To: <201102042259.p14Mxc6c081870@mail.r-bonomi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Why can't I install icu? 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: Fri, 04 Feb 2011 23:59:29 -0000 > *NO* he's refering to the _locale_, not the timezone. They're totally > separate and unrelated concepts. "Locale" is a means for specifying a > bunch of national/regional things. like what the currency symbol (dollar-, > pound-, euro-, yen-, whatever-sign) is, whether one uses ',' or '.' for > marking off thousands multiples in large numbers, whether one uses ',' or > '.' for the 'decimal point', etc., etc. The way the U.S. does things is > the default, so you'd probably never need to set the locale. do an > 'apropos locale', and read the manpages for the 'non-X' and 'non-perl' > items and you'll have the basis for an understanding of locale referenes. > > Got it. Another new learn. Still no luck installing /devel/icu. Rem