From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 14:33:50 2008 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 8A00E106564A for ; Fri, 21 Nov 2008 14:33:50 +0000 (UTC) (envelope-from plaine@gmail.com) Received: from mail-gx0-f12.google.com (mail-gx0-f12.google.com [209.85.217.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2D7E58FC16 for ; Fri, 21 Nov 2008 14:33:49 +0000 (UTC) (envelope-from plaine@gmail.com) Received: by gxk5 with SMTP id 5so888443gxk.19 for ; Fri, 21 Nov 2008 06:33:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=4stoVWch6Np/KhUYMIkKys6L0AF9RC1NxFLWarlpmok=; b=hUpzMLFgMUkPN6nqhR7sFLm7W5+7EXnv7Wqa+6RV5CC3nd+G4hkLzT9CKmrAeuTp+b XpjFPNDiWI+pEvFr5gbb87DH2B9+mRhhJBZs45hShGc0BW+eGy4KwAhZONoXAeyIzsFR M7B1K+C3UlpjwI8JZwPl2E5JuYb5NOScC8UxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XQuGuN1RSfwjOH+WJwOQKW4NwkjKAAPuOw31m6GpfG6y4Nex14AW9msve9BvqFVNzA ROPakJs0MvQS/n/i/subxzJwcmMVML/MrJ7AyTOHBoRkD1WbPRODgz5Em+jjn1XBvp0o 0pzCbYK+XEFR/eEDOPlUp9HDUXPvXhL5BBMD0= Received: by 10.150.138.1 with SMTP id l1mr1038673ybd.193.1227277704958; Fri, 21 Nov 2008 06:28:24 -0800 (PST) Received: by 10.150.144.12 with HTTP; Fri, 21 Nov 2008 06:28:24 -0800 (PST) Message-ID: Date: Fri, 21 Nov 2008 16:28:24 +0200 From: pepe To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 7.0 locale problem 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, 21 Nov 2008 14:33:50 -0000 I recently upgraded from 5.4 to 7.0 (to 6.3 first and then to 7.0) and now there are some locale problems this server. I have same I had earlier on 5.= 4 login.conf with settings: :charset=3Diso-8859-15:\ :lang=3Dfi_FI.ISO8859-15: for all users. And locale command says: LANG=3Dfi_FI.ISO8859-15 LC_CTYPE=3D"fi_FI.ISO8859-15" LC_COLLATE=3D"fi_FI.ISO8859-15" LC_TIME=3D"fi_FI.ISO8859-15" LC_NUMERIC=3D"fi_FI.ISO8859-15" LC_MONETARY=3D"fi_FI.ISO8859-15" LC_MESSAGES=3D"fi_FI.ISO8859-15" LC_ALL=3D Finnish characters (=E4=F6) doesn't work on terminal (they give nothing), b= ut them works on some softwares like nano and vi. Yet them doesn't work on som= e other programs. Like weechat (ircclient that some users use). And perl started saying this every time it's run: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL =3D (unset), LANG =3D "en_US.ISO8859-15" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). So. What might have been changed there on upgrade procedure? --=20 pepe