Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 23:23:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290625 - head/tools/tools/locale
Message-ID:  <201511092323.tA9NNUft083025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov  9 23:23:29 2015
New Revision: 290625
URL: https://svnweb.freebsd.org/changeset/base/290625

Log:
  Add a README to explain how to generate the locales from CLDR data

Added:
  head/tools/tools/locale/README   (contents, props changed)

Added: head/tools/tools/locale/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/tools/locale/README	Mon Nov  9 23:23:29 2015	(r290625)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+To generate the locales:
+
+Tools needed: java, perl and devel/p5-Tie-IxHash
+
+fetch cldr data from: http://cldr.unicode.org
+extract in a directory ~/unicode/cldr/v27.0.1 for example
+fetch unidata from http://www.unicode.org/Public/zipped/ (latest version)
+extract in a directory ~/unicode/UNIDATA/8.0.0 for example
+
+either modify tools/tools/locales/etc/unicode.conf or export variables:
+CLDRDIR="~/unicode/cldr/v27.0.1"
+UNIDATADIR="~/unicode/UNIDATA/8.0.0"
+
+run:
+make POSIX
+make install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511092323.tA9NNUft083025>