From 4e52ffc9e6816d319810a385b94613ee5b005457 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 7 Feb 2024 17:16:22 -0600 Subject: [PATCH] CLDR-173665 kbd: rename uSet to uset - dtd, xsd, test data --- keyboards/dtd/ldmlKeyboard3.dtd | 8 ++++---- keyboards/dtd/ldmlKeyboard3.xsd | 4 ++-- .../test/java/org/unicode/cldr/unittest/TestDtdData.java | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/keyboards/dtd/ldmlKeyboard3.dtd b/keyboards/dtd/ldmlKeyboard3.dtd index e6bc5cbe1e9..633aece6729 100644 --- a/keyboards/dtd/ldmlKeyboard3.dtd +++ b/keyboards/dtd/ldmlKeyboard3.dtd @@ -171,7 +171,7 @@ Please view the subcommittee page for the most recent information. - + @@ -190,10 +190,10 @@ Please view the subcommittee page for the most recent information. - - + + - + diff --git a/keyboards/dtd/ldmlKeyboard3.xsd b/keyboards/dtd/ldmlKeyboard3.xsd index 0799c14087d..9a445135fc8 100644 --- a/keyboards/dtd/ldmlKeyboard3.xsd +++ b/keyboards/dtd/ldmlKeyboard3.xsd @@ -316,7 +316,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file - + @@ -342,7 +342,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file - + diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java index 94c74885e66..b2f54ba9a0d 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java @@ -777,7 +777,7 @@ public boolean isDistinguishingOld(DtdType dtdType, String elementName, String a || elementName.equals("layer") && attribute.equals("id") || elementName.equals("string") && attribute.equals("id") || elementName.equals("set") && attribute.equals("id") - || elementName.equals("uSet") && attribute.equals("id")) { + || elementName.equals("uset") && attribute.equals("id")) { return true; } // fall through to old keyboard