aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorNikita Iashchenko <nikitai@google.com>2019-06-13 16:15:05 +0100
committerNikita Iashchenko <nikitai@google.com>2019-07-24 18:44:59 +0100
commit85c4052f81380347338c14a2e9bf27873454ec9e (patch)
tree09a43489f3911a042c41dca17cb95339b5259947 /keyboards
parent98dbadea92e9b191c811cb855a38febea2ae3e62 (diff)
downloadcldr-85c4052f81380347338c14a2e9bf27873454ec9e.tar.gz
Copy CLDR 35.1 from unicode.orgcldr-release-35-1
These files were exported from the CLDR git repository by running the following commands: 1. Obtain CLDR 35.1 sources at /tmp/cldr $ cd /tmp $ git clone --branch release-35-1 --depth 1 https://github.com/unicode-org/cldr.git $ cd cldr $ git lfs pull 2. Update CLDR sources in external/cldr $ rm -rf * $ cp -r /tmp/cldr/* ./ $ git clean -dfX $ git add -A . $ git commit 3. Obtain CLDR 35.1 release archives: Download cldr-{common,keyboards,tools}-35.1.zip from https://unicode.org/Public/cldr/35.1/ and unpack it to external/cldr, then amend changes. Bug: 125283072 Test: n/a Change-Id: Ic7a1c6823f7125398ab35cb0a3eb489f044ef9e7
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/dtd/ldmlKeyboard.dtd18
-rw-r--r--keyboards/dtd/ldmlPlatform.dtd6
-rw-r--r--keyboards/windows/got-t-k0-windows.xml4
3 files changed, 21 insertions, 7 deletions
diff --git a/keyboards/dtd/ldmlKeyboard.dtd b/keyboards/dtd/ldmlKeyboard.dtd
index a969d8cd..33981575 100644
--- a/keyboards/dtd/ldmlKeyboard.dtd
+++ b/keyboards/dtd/ldmlKeyboard.dtd
@@ -1,5 +1,5 @@
<!--
-Copyright © 2003-2018 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
@@ -7,18 +7,22 @@ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
- $Revision: 14003 $
+ $Revision: 14983 $
-->
<!ELEMENT keyboard ( version, generation?, names, settings?, import*, keyMap+, displayMap?, layer*, vkeys*, transforms*, reorders?, backspaces? ) >
<!ATTLIST keyboard locale CDATA #REQUIRED >
+ <!--@MATCH:any/TODO-->
<!ELEMENT version EMPTY >
<!ATTLIST version platform CDATA #REQUIRED >
+ <!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version number CDATA #REQUIRED >
+ <!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
-<!ATTLIST version cldrVersion CDATA #FIXED "34" >
+<!ATTLIST version cldrVersion CDATA #FIXED "35.1" >
+ <!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT generation EMPTY >
@@ -31,6 +35,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT name EMPTY >
<!ATTLIST name value CDATA #REQUIRED >
+ <!--@MATCH:any-->
<!--@VALUE-->
<!ELEMENT settings EMPTY >
@@ -47,12 +52,16 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT keyMap ( map | flicks )+ >
<!ATTLIST keyMap modifiers CDATA #IMPLIED >
+ <!--@MATCH:any/TODO-->
<!ELEMENT map EMPTY >
<!ATTLIST map iso CDATA #REQUIRED >
+ <!--@MATCH:regex/[A-E](0[0-9]|1[0-3])-->
<!ATTLIST map to CDATA #REQUIRED >
+ <!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST map longPress CDATA #IMPLIED >
+ <!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST map longpress-status (optional) #IMPLIED >
<!ATTLIST map transform (no) #IMPLIED >
@@ -103,12 +112,15 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT transforms ( transform+ ) >
<!ATTLIST transforms type CDATA #REQUIRED >
+ <!--@MATCH:literal/simple-->
<!ELEMENT transform EMPTY >
<!ATTLIST transform before CDATA #IMPLIED >
<!ATTLIST transform from CDATA #REQUIRED >
+ <!--@MATCH:any-->
<!ATTLIST transform after CDATA #IMPLIED >
<!ATTLIST transform to CDATA #REQUIRED >
+ <!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST transform error (fail) #IMPLIED >
<!--@VALUE-->
diff --git a/keyboards/dtd/ldmlPlatform.dtd b/keyboards/dtd/ldmlPlatform.dtd
index 037dadf7..21d8b7d9 100644
--- a/keyboards/dtd/ldmlPlatform.dtd
+++ b/keyboards/dtd/ldmlPlatform.dtd
@@ -7,15 +7,17 @@ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
- $Revision: 11913 $
+ $Revision: 14755 $
-->
<!ELEMENT platform ( hardwareMap? ) >
<!ATTLIST platform id CDATA #REQUIRED >
-
+ <!--@MATCH:literal/android, chromeos, osx, windows-->
<!ELEMENT hardwareMap ( map+ ) >
<!ELEMENT map EMPTY >
<!ATTLIST map keycode CDATA #REQUIRED >
+ <!--@MATCH:range/0~150-->
<!ATTLIST map iso CDATA #REQUIRED >
+ <!--@MATCH:regex/[A-E](0[0-9]|1[0-3])-->
<!--@VALUE-->
diff --git a/keyboards/windows/got-t-k0-windows.xml b/keyboards/windows/got-t-k0-windows.xml
index 40e7df78..8d83235a 100644
--- a/keyboards/windows/got-t-k0-windows.xml
+++ b/keyboards/windows/got-t-k0-windows.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "../dtd/ldmlKeyboard.dtd">
<keyboard locale="got-t-k0-windows">
- <version platform="10" number="$Revision: 13680 $"/>
+ <version platform="10" number="$Revision: 14757 $"/>
<names>
<name value="Gothic"/>
</names>
@@ -25,7 +25,7 @@
<map iso="D03" to="\u{334}"/> <!-- E to= ̴ -->
<map iso="D04" to="\u{342}"/> <!-- R to= ͂ -->
<map iso="D05" to="\u{344}"/> <!-- T to= ̈́ -->
- <map iso="D06" to="𐌹\u{308}"/> <!-- Y to= 𐌹̈ -->
+ <map iso="D06" to="𐌹\u{308}"/>
<map iso="D07" to="\u{33F}"/> <!-- U to= ̿ -->
<map iso="D08" to="\u{339}"/> <!-- I to= ̹ -->
<map iso="D09" to="\u{349}"/> <!-- O to= ͉ -->