diff options
author | Victor Chang <vichang@google.com> | 2018-10-20 06:05:13 +0100 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2018-10-20 06:05:13 +0100 |
commit | 98dbadea92e9b191c811cb855a38febea2ae3e62 (patch) | |
tree | ec4184c73aa057653a8eda1aca579131c50094eb /seed/collation | |
parent | 1cc09cde2a712b3e802585d933d14fd5f7bd4860 (diff) | |
download | android_external_cldr-98dbadea92e9b191c811cb855a38febea2ae3e62.tar.gz android_external_cldr-98dbadea92e9b191c811cb855a38febea2ae3e62.tar.bz2 android_external_cldr-98dbadea92e9b191c811cb855a38febea2ae3e62.zip |
Copy CLDR 34 from unicode.org
These files were exported from the CLDR Subversion repository by running
the following commands:
rm -rf *
svn export --force https://unicode.org/repos/cldr/tags/release-34/ .
git clean -dfX
git add -A .
Test: n/a
Change-Id: Ie42df516d51e6dad397b8652d1b566d7dd16291d
Diffstat (limited to 'seed/collation')
-rw-r--r-- | seed/collation/ku.xml | 47 | ||||
-rw-r--r-- | seed/collation/xh.xml | 14 |
2 files changed, 0 insertions, 61 deletions
diff --git a/seed/collation/ku.xml b/seed/collation/ku.xml deleted file mode 100644 index 560d2d6..0000000 --- a/seed/collation/ku.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> -<!-- -Copyright © 2014 Unicode, Inc. -CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) -For terms of use, see http://www.unicode.org/copyright.html ---> -<ldml> - <identity> - <version number="$Revision: 11914 $" /> - <language type="ku" /> - </identity> - <collations> - <!-- TODO: Add collation type="search" --> - <collation type="standard" draft="contributed" - references="http://en.wikipedia.org/wiki/Kurdish_alphabets 2013-aug-20"> - <!-- Initial request and data see cldrbug 6527. --> - <cr><![CDATA[ - [reorder Latn Arab] - - # Primary differences for Kurmanji letters. - &c<ç<<<Ç - &e<ê<<<Ê - &i<î<<<Î - &s<ş<<<Ş - &u<û<<<Û - - # Sahand T says: "Éé Íí Úú" are alternative forms - # that are used in a variant of the Kurdish-Latin alphabet. - &ê<<é<<<É - &î<<í<<<Í - &û<<ú<<<Ú - - # According to Wikipedia, ḧ and ẍ "do not have the status of letter" - # which should mean they don't need primary differences. - # &h<ḧ<<<Ḧ - # &x<ẍ<<<Ẍ - - # Sahand T also suggested tailoring Řř - # but that was not requested in cldrbug 6527 nor mentioned in Wikipedia. - # &r<ř<<<Ř - ]]></cr> - </collation> - <!-- TODO: Does ku-Arab (or ckb) need to tailor Arabic letters relative to the CLDR root? - If so, then we should add them to the one tailoring here. --> - </collations> -</ldml> diff --git a/seed/collation/xh.xml b/seed/collation/xh.xml deleted file mode 100644 index 7b5a358..0000000 --- a/seed/collation/xh.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> -<!-- -Copyright © 2014 Unicode, Inc. -CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) -For terms of use, see http://www.unicode.org/copyright.html ---> -<ldml> - <identity> - <version number="$Revision: 11914 $"/> - <language type="xh"/> - </identity> - <!-- The root collation order is valid for this language. --> -</ldml> |