From aa62879de0ae7f86cd15f102962621c12972a4a8 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Sat, 29 Jul 2023 19:51:49 -0500 Subject: [PATCH 1/5] CLDR-15034 kbd: move pcm keyboard to 3.0 format --- keyboards/3.0/pcm.xml | 70 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 keyboards/3.0/pcm.xml diff --git a/keyboards/3.0/pcm.xml b/keyboards/3.0/pcm.xml new file mode 100644 index 00000000000..75d04529ec6 --- /dev/null +++ b/keyboards/3.0/pcm.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 0592524affcdf55d7328d007be3ee393ee7fbcc3 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 24 Aug 2023 14:43:43 -0500 Subject: [PATCH 2/5] CLDR-15034 kbd: update to pcm keyboard - drop normalization workaround anticipating CLDR-16943 - simplify - re-add caps layer - add test case Keyman side is https://github.com/keymanapp/keyman/pull/9508 --- keyboards/3.0/pcm.xml | 112 ++++++++++++++++-------------------- keyboards/test/pcm-test.xml | 21 +++++++ 2 files changed, 71 insertions(+), 62 deletions(-) create mode 100644 keyboards/test/pcm-test.xml diff --git a/keyboards/3.0/pcm.xml b/keyboards/3.0/pcm.xml index 75d04529ec6..5796575ee85 100644 --- a/keyboards/3.0/pcm.xml +++ b/keyboards/3.0/pcm.xml @@ -1,70 +1,58 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + diff --git a/keyboards/test/pcm-test.xml b/keyboards/test/pcm-test.xml new file mode 100644 index 00000000000..88fc500091e --- /dev/null +++ b/keyboards/test/pcm-test.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + From faa52cd8b8ac7e75117e1dfad32014802ff55e52 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 20 Sep 2023 12:51:37 -0500 Subject: [PATCH 3/5] CLDR-15034 update to Keyboard3 - for #3274 / CLDR-17078 --- keyboards/3.0/pcm.xml | 6 +++--- keyboards/test/pcm-test.xml | 6 +++--- .../src/test/java/org/unicode/cldr/unittest/TestAll.java | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/keyboards/3.0/pcm.xml b/keyboards/3.0/pcm.xml index 5796575ee85..f175fbd039a 100644 --- a/keyboards/3.0/pcm.xml +++ b/keyboards/3.0/pcm.xml @@ -1,6 +1,6 @@ - - + + @@ -55,4 +55,4 @@ - + diff --git a/keyboards/test/pcm-test.xml b/keyboards/test/pcm-test.xml index 88fc500091e..8f85126acc8 100644 --- a/keyboards/test/pcm-test.xml +++ b/keyboards/test/pcm-test.xml @@ -1,6 +1,6 @@ - - + + @@ -18,4 +18,4 @@ - + diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java index 888507d50c6..f55e4bc83de 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java @@ -201,7 +201,6 @@ public TestAll() { "org.unicode.cldr.unittest.TestIdentifierInfo", "org.unicode.cldr.unittest.TestIdentity", "org.unicode.cldr.unittest.TestInheritance", - "org.unicode.cldr.unittest.TestKeyboardModifierSet", "org.unicode.cldr.unittest.TestLdml2ICU", "org.unicode.cldr.unittest.TestLocalCurrency", "org.unicode.cldr.unittest.TestLocale", From f2c680d82c45388f511a56922cd954b783f389f9 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 20 Sep 2023 12:55:53 -0500 Subject: [PATCH 4/5] CLDR-15034 kbd: pcm: apply review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Kučera <10546952+miloush@users.noreply.github.com> --- keyboards/3.0/pcm.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/keyboards/3.0/pcm.xml b/keyboards/3.0/pcm.xml index f175fbd039a..5ef43e5d682 100644 --- a/keyboards/3.0/pcm.xml +++ b/keyboards/3.0/pcm.xml @@ -11,6 +11,7 @@ + @@ -34,15 +35,15 @@ - + - - + + From 92d147c6b7314a155ceb2bd80d9f3e46c8b3b7a4 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 20 Sep 2023 12:59:36 -0500 Subject: [PATCH 5/5] CLDR-15034 update to Keyboard3 (stray commit) --- .../src/test/java/org/unicode/cldr/unittest/TestAll.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java index f55e4bc83de..888507d50c6 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAll.java @@ -201,6 +201,7 @@ public TestAll() { "org.unicode.cldr.unittest.TestIdentifierInfo", "org.unicode.cldr.unittest.TestIdentity", "org.unicode.cldr.unittest.TestInheritance", + "org.unicode.cldr.unittest.TestKeyboardModifierSet", "org.unicode.cldr.unittest.TestLdml2ICU", "org.unicode.cldr.unittest.TestLocalCurrency", "org.unicode.cldr.unittest.TestLocale",