From owner-svn-src-head@FreeBSD.ORG Fri Mar 13 14:36:57 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B17510656FF; Fri, 13 Mar 2009 14:36:56 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 445A18FC18; Fri, 13 Mar 2009 14:36:56 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id n2DEam8u023632; Fri, 13 Mar 2009 09:36:48 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 13 Mar 2009 09:36:48 -0500 (CDT) From: "Sean C. Farley" To: Gabor Kovesdan In-Reply-To: <200903131040.n2DAecSO061131@svn.freebsd.org> Message-ID: References: <200903131040.n2DAecSO061131@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 14:36:59 -0000 On Fri, 13 Mar 2009, Gabor Kovesdan wrote: > Author: gabor (doc,ports committer) > Date: Fri Mar 13 10:40:38 2009 > New Revision: 189765 > URL: http://svn.freebsd.org/changeset/base/189765 > > Log: > - Reenable Native Language Support in libc. This feature was disabled due > to possible breakages in the catalog handling code. Since then, that > code has been replaced by the secure code from NetBSD but NLS in libc > remained turned off. Tests have shown that the feature is stable and > working so we can now turn it on again. > > - Add several new catalog files: > - ca_ES.ISO8859-1 > - de_DE.ISO8859-1 > - el_GR.ISO8859-7 (by manolis@ and keramida@) > - es_ES.ISO8859-1 (kern/123179, by carvay@) > - fi_FI.ISO8859-1 > - fr_FR.ISO8859-1 (kern/78756, by thierry@) > - hu_HU.ISO8859-2 (by gabor@) > - it_IT.ISO8859-15 > - nl_NL.ISO8859-1 (corrections by rene@) > - no_NO.ISO8859-1 > - mn_MN.UTF-8 (by ganbold@) > - sk_SK.ISO8859-2 > - sv_SE.ISO8859-1 > (The catalogs without explicit source has been obtained from NetBSD.) Nice! I need to find some time to learn how to use NLS. Now, you only need to revive the BSD-licensed libiconv[1]. :) I am kidding; I do not want to start adding more stuff to your plate. Thank you for strengthening FreeBSD's i18n support. Out of curiosity, how does enabling NLS in libc interact with the devel/gettext port? Sean 1. http://people.freebsd.org/~bland/iconv-2.1.tar.gz -- scf@FreeBSD.org