From 4b72d72658be2ee57da09c6ab433dca79b401711 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 3 Oct 2023 10:51:13 -0500 Subject: [PATCH] CLDR-16943 kbd normalization=disabled - previously 'mixed' --- docs/ldml/tr35-keyboards.md | 8 +++++--- keyboards/dtd/ldmlKeyboard3.dtd | 3 +-- keyboards/dtd/ldmlKeyboard3.xsd | 8 +++++++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/ldml/tr35-keyboards.md b/docs/ldml/tr35-keyboards.md index 58b0c837127..04cca495cec 100644 --- a/docs/ldml/tr35-keyboards.md +++ b/docs/ldml/tr35-keyboards.md @@ -589,7 +589,7 @@ An element used to keep track of layout-specific settings by implementations. Th **Syntax** ```xml - + ``` > @@ -632,7 +632,9 @@ _Attribute:_ `normalization` > > However, it is recognized that there may be some keyboards which, for compatibility or legacy reasons, need to manage their own normalization. The implementation in that case will do no normalization at all. The keyboard author must make use of transforms in the keyboard to any required normalization. > -> **Note**: while this attribute is allowed by the specification, its use is discouraged, and keyboards with `normalization="mixed"` would not be accepted into the ClDR repository. +> In this case, the attribute `normalization="disabled"` can be used to specify that normalization is not done. +> +> **Note**: while this attribute is allowed by the specification, its use is discouraged, and keyboards with `normalization="disabled"` would not be accepted into the ClDR repository. **Example** @@ -640,7 +642,7 @@ _Attribute:_ `normalization` ```xml … - + ``` diff --git a/keyboards/dtd/ldmlKeyboard3.dtd b/keyboards/dtd/ldmlKeyboard3.dtd index bbcb2fe4ad6..2cfe1513781 100644 --- a/keyboards/dtd/ldmlKeyboard3.dtd +++ b/keyboards/dtd/ldmlKeyboard3.dtd @@ -73,8 +73,7 @@ Please view the subcommittee page for the most recent information. - - + diff --git a/keyboards/dtd/ldmlKeyboard3.xsd b/keyboards/dtd/ldmlKeyboard3.xsd index 1de30c7e450..6c2adc6c784 100644 --- a/keyboards/dtd/ldmlKeyboard3.xsd +++ b/keyboards/dtd/ldmlKeyboard3.xsd @@ -139,7 +139,13 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file - + + + + + + +