Skip to content

Commit

Permalink
CLDR-17205 kbd: bn
Browse files Browse the repository at this point in the history
- re introduce AU via markers
  • Loading branch information
srl295 committed Oct 30, 2023
1 parent d88713d commit 490f252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion keyboards/3.0/bn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@

<transforms type="simple">
<transformGroup>
<!-- these suport the 'more' key on q -->
<transform from="\u{09C7}\m{A}" to="\u{09CC}" /> <!-- E + lengthener = AU -->
<!-- <transform from="\u{09C7}\u{09BE}" to="\u09CB" /> --> <!-- E + O = O This is handled by normalization. -->

<!-- these suport the 'q' key -->
<transform from="\m{q}:" to="\u{0983}" />
<transform from="\m{q}L" to="" />
<transform from="\m{q}।" to="" />
Expand All @@ -151,6 +154,7 @@
<transform from="\m{q}\m{X}" to="\u{09CD}\u{200C}" /> <!-- virama + zwnj-->
</transformGroup>
<transformGroup>
<!-- TODO: document these -->
<reorder from="\u{09BC}" tertiary="3"/>
<reorder from="\u{09CD}[\u{0980}\u{0985}-\u{098C}\u{098F}\u{0990}\u{0993}-\u{09A8}\u{09AA}-\u{09B0}\u{09B2}\u{09B6}-\u{09B9}\u{09BD}\u{09DC}\u{09DD}\u{09DF}-\u{09E1}\u{09E6}-\u{09F1}\u{09FC}]" order="10" tertiaryBase="true"/>
<reorder from="\u{09CD}[\u{200C}\u{200D}][\u{0980}\u{0985}-\u{098C}\u{098F}\u{0990}\u{0993}-\u{09A8}\u{09AA}-\u{09B0}\u{09B2}\u{09B6}-\u{09B9}\u{09BD}\u{09DC}\u{09DD}\u{09DF}-\u{09E1}\u{09E6}-\u{09F1}\u{09FC}]" order="10" tertiaryBase="true"/>
Expand Down

0 comments on commit 490f252

Please sign in to comment.