diff options
author | Fredrik Roubert <roubert@google.com> | 2018-05-07 13:50:38 +0200 |
---|---|---|
committer | Fredrik Roubert <roubert@google.com> | 2018-05-09 12:16:14 +0200 |
commit | 333a3d868716b770fa7dbada1f70e6cc2edaaa2c (patch) | |
tree | 38320dc4aada964ecf2fa2d16813b9db8cabab2f /seed/annotations/und.xml | |
parent | 6ccd41d8c8152bf1fcb39b3e98ec5fbc096b911c (diff) | |
download | android_external_cldr-333a3d868716b770fa7dbada1f70e6cc2edaaa2c.tar.gz android_external_cldr-333a3d868716b770fa7dbada1f70e6cc2edaaa2c.tar.bz2 android_external_cldr-333a3d868716b770fa7dbada1f70e6cc2edaaa2c.zip |
Copy CLDR 32.0.1 from unicode.org to aosp/cldr-release-32-0-1.
These files were exported from the CLDR Subversion repository by running
the following commands:
svn export --force https://unicode.org/repos/cldr/tags/release-32-0-1 .
git clean -dfX
git add -A .
Bug: 79438058
Change-Id: I0b4a10f3a3f49b52ffe4bdb3c60cb1cc65de8cc1
Diffstat (limited to 'seed/annotations/und.xml')
-rw-r--r-- | seed/annotations/und.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/seed/annotations/und.xml b/seed/annotations/und.xml new file mode 100644 index 0000000..a723900 --- /dev/null +++ b/seed/annotations/und.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> +<!-- Copyright © 1991-2017 Unicode, Inc. +For terms of use, see http://www.unicode.org/copyright.html +Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. +CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) + +Proper interpretation of these files requires synthesis of missing items, as per +http://unicode.org/repos/cldr/trunk/specs/ldml/tr35-general.html#Annotations +Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations. +--> +<ldml> + <identity> + <version number="$Revision: 13680 $"/> + <language type="und"/> + </identity> +</ldml> |