Milestone Schedule

CLDR Releases/Downloads

Design Proposals

Each release of the Unicode CLDR is a stable release and may be used as reference material or cited as a normative reference by other specifications. Each version, once published, is absolutely stable and will never change. Implementations may also apply CLDR Corrigenda to a release. Bug reports and feature requests for subsequent versions may be filed at Bug Reports.

Downloads

The following table lists the files for each released version. For license information, see the Unicode Terms of Use; in particular, Exhibit 1. The latest released data and specification are always available in http://unicode.org/Public/cldr/latest/ and http://unicode.org/reports/tr35/, respectively.

Release No. Date Rel. Note Data Charts Spec Delta SVN Tag
Latest: 23.1 2013-05-15 Version23.1 CLDR23.1 Charts23.1 LDML23 Changes23.1 release-23-1
Previous: 23 2013-03-15 Version23 CLDR23 Charts23 LDML23 Changes23 release-23
22.1 2012-10-26 Version22.1 CLDR22.1 Charts22.1 LDML22.1 Changes22.1 release-22-1
22 2012-09-10 Version22 CLDR22 Charts22 LDML22 Changes22 release-22
21.0.2 2012-06-06 Version21.0.2 via SVN   LDML21.0.1 Changes21.0.2 release-21-0-2
21.0.1 2012-03-21 Version21.0.1 via SVN   LDML21.0.1 Changes21.0.1 release-21-0-1
21.0 2012-02-10 Version21 CLDR21   LDML21 Changes21 release-21
2.0.1 2011-07-18 Version2.0.1 CLDR2.0.1   LDML2.0.1 Changes2.0.1 release-2-0-1
2.0 2011-05-25 Version2.0 CLDR2.0   LDML2.0 Changes2.0 release-2-0
1.9.1 2011-03-11 Version1.9.1 CLDR1.9.1   LDML1.9 Changes1.9.1 release-1-9-1
1.9 2010-12-01 Version1.9 CLDR1.9.0   LDML1.9 Changes1.9 release-1-9
1.8.1 2010-04-29 Version1.8.1 CLDR1.8.1   LDML1.8.1 Changes1.8.1 release-1-8-1
1.8.0 2010-03-17 Version1.8.0 CLDR1.8.0   LDML1.8.0 Changes1.8.0 release-1-8
1.7.2 2009-12-10 Version1.7.2 CLDR1.7.2   LDML1.7.2 Changes1.7.2 release-1-7-2
1.7.1.2 2009-11-11 Version1.7.1 via SVN   LDML1.7 Changes1.7.1.2 release-1-7-1-2
1.7.1.1 2009-10-29 Version1.7.1 via SVN   LDML1.7 Changes1.7.1.1 release-1-7-1-1
1.7.1 2009-06-29 Version1.7.1 CLDR1.7.1   LDML1.7 Changes1.7.1 release-1-7-1
1.7 2009-05-08 Version1.7 CLDR1.7   LDML1.7 Changes1.7 release-1-7
1.6.1 2008-07-23 Version1.6.1 CLDR1.6.1   LDML1.6.1 Changes1.6.1 release-1-6-1
1.6 2008-07-02 Version1.6 CLDR1.6   LDML1.6 Changes1.6 release-1-6
1.5.1 2007-12-21 Version1.5.1 CLDR1.5.1   LDML1.5.1 Changes1.5.1 release-1-5-1
1.5 2007-07-31 Version1.5 CLDR1.5   LDML1.5 Changes1.5 release-1-5
1.4.1 2006-11-03 Version1.4.1 CLDR1.4.1   LDML1.4.1 Changes1.4.1 release-1-4-1
1.4 2006-07-17 Version1.4 CLDR1.4   LDML1.4 Changes1.4 release-1-4
1.3 2005-06-02 Version1.3 CLDR1.3   LDML1.3 Changes1.3 release-1-3
1.2 2004-11-04 Version1.2 CLDR1.2   LDML1.2 Changes1.2 release-1-2
1.1.1 2004-07-29 n/a CLDR1.1.1   LDML1.1 n/a release-1-1-1
1.1 2004-06-08 n/a CLDR1.1   LDML1.1 n/a release-1-1
1.0 2003-12-19 See CLDR 1.0 Release release-1-0

Key

  • The Release Note contains a general description of the contents of the release, and any relevant notes about the release.
  • The Data link points to a set of zip files containing the contents of the release (the files are complete in themselves, and do not require files from earlier releases -- for the structure of the zip file, see Repository Organization).
  • The Spec is the version of UTS #35: LDML that corresponds to the release.
  • The Delta document points to a list of all the bug fixes and features in the release, which be used to get the precise corresponding file changes using BugDiffs.)
  • The SVN tag can be used to get the files in SVN.

Access to the latest working snapshot of CLDR, and access to data collected for other platforms is available through the web. The SVN Tag can be used to get the contents of the release, as described below.

Repository Access

CLDR files are maintained in the SVN source code repository at http://unicode.org/repos/cldr/.  At the top level of the repository, there are three subdirectories below:
  • trunk - The latest CLDR files along the main line development
  • tags - The tagged version of CLDR files including official release versions
  • branches - The working branches
There are several ways to access the repository contents.

Simple SVN Browsing. For browsing a particular file for a particular version, or revision history of a particular file, use the Trac Browser.  For example:
Simple SVN File Access. For downloading a particular file, use the SVN Browser.  For example:
Advanced SVN Access. For more access to the source repository, you can use an SVN client to check out or export LDML files directory from the repository at http://unicode.org/repos/cldr/.  For example:
  • Export entire contents of CLDR 1.7 release - svn export http://unicode.org/repos/cldr/tags/release-1-7 [LOCALE_PATH]
  • Check out the latest CLDR snapshot - svn co http://unicode.org/repos/cldr/trunk [LOCAL_PATH]
  • Synchronize the local CLDR contents originally checked out with the latest revision - svn update

Repository Organization

At the top level of each SVN repository tree, there are a number of special folders, plus a number of platform folders. To see the structure, go to Trac Browser or SVN Browser. The special folders are listed below.

  • common — CLDR data corresponding to the release
    • bcp47 — data for unicode locale extensions
    • casing — intended capitalization for various categories in each language, for use by the Survey Tool
    • collation — collation LDML files
    • dtd — the latest dtd files for the release
    • main — the main locale-dependent LDML files
    • rbnf — rule-based number formats
    • segments  — rules for segmenting text
    • supplemental  — additional files with non-linguistic data
    • transforms — data for transliteration and other text transforms
  • keyboards —source files for the CLDR keyboard data
  • specs — source files for the LDML and rfc specifications
  • seed — preliminary locales that do not yet have sufficient vetted data
  • tools — source for internal tools for processing CLDR data

The commondtd, and  tools folders are in each release.

POSIX Data

Note: Beginning with CLDR v21, the CLDR project will no longer publish POSIX-format locale sources as part of its distribution.  The POSIX locale generation tools will continue to be made available as a part of the release.  Developers who require POSIX compliant locales can generate them using these tools.

CLDR has historically included reference versions of POSIX-format locale source files that are generated using the default options for each supported locale. The reference versions of POSIX source information contain those data fields that are included in the POSIX specification.

Many operating system platforms provide additional extensions to the minimal POSIX required field set. Individual implementations may require addition of the platform-specific fields or a non-default character repertoire in order to provide full functionality on a given POSIX compliant operating system. As of the current release, the POSIX locale generation tools do not generate such platform-specific extensions, but they can be modified to support this.

TEST Data

Note: Beginning with CLDR v21, the CLDR project will no longer publish the conformance test files for CLDR data.  These files were intended to be used to validate behavior for certain fields, but have proven to be difficult to maintain and of limited usefulness.


CLDR 1.0 Release

The 1.0 version of CLDR is described here for historical interest only. It was hosted on the OpenI18N site before the CLDR project moved to the Unicode Consortium.

1.0 Version: http://www.openi18n.org/spec/ldml/1.0/ldml-spec.htm
1.0 Namespace: http://www.openi18n.org/spec/ldml
1.0 DTDs: http://www.openi18n.org/spec/ldml/1.0/ldml.dtd
http://www.openi18n.org/spec/ldml/1.0/ldmlSupplemental.dtd
Subpages (29): View All