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
--
s...@freebsd.org
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to