From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 22 11:40:29 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F6C16A41B for ; Thu, 22 Nov 2007 11:40:29 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id E368713C468 for ; Thu, 22 Nov 2007 11:40:28 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so381047uge for ; Thu, 22 Nov 2007 03:40:17 -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:content-transfer-encoding:content-disposition; bh=P0CmTIwdN8EakeOx3xV4sWCO3zSHKonY+30rrqpC8eA=; b=dpgshkCGzri6USYMNXGsEQqAUGc1P5tOWC/wpCg/000mbkH4CklAdkwZAgZOERq73huPU0sdCuZG2cydiHafCx6PsDvzgSXBOxiog9NL68gBxw2toTBTw9pKnAVXWFjXF5O8len+ScC72VxzOkLAHTe+fjdKFSA2Ie7wB/WhMK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C8KA1FN8IZMdhdX1MPtvXWZxe2go1ftg/fZ88UKx6alYDizRc5Ai3P0Mo3JrHXEKDT0xJgcbs80d4q6KTppISdaETstIGRcrx0TdMGaN2nwtJOIGXGeSl1ZJ9ukKttwSpw3ehwQnVEDAltlKfmM2jWS6rr5J7CJYEgtFGgdcj3A= Received: by 10.78.168.1 with SMTP id q1mr9517499hue.1195730031686; Thu, 22 Nov 2007 03:13:51 -0800 (PST) Received: by 10.78.43.19 with HTTP; Thu, 22 Nov 2007 03:13:51 -0800 (PST) Message-ID: <747dc8f30711220313s366dc83fm9662e1813d91a9dc@mail.gmail.com> Date: Thu, 22 Nov 2007 09:13:51 -0200 From: "Renato Botelho" To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Adding locales under linux emulation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2007 11:40:29 -0000 Hi, We are using some linux binaries under linux emulation on FreeBSD 7.x. These aplications are using gettext for multi-language, but, jus t "C" and "POSIX" are supported on linux emulation: root@smdev:~# /compat/linux/usr/bin/locale -a C POSIX I took a look at /compat/linux/usr/share/locale and a lot of other locales are available there, how can I add these to the system? Thanks in advance -- Renato Botelho