diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-08-13 11:01:28 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2023-08-30 21:14:58 +0000 |
commit | 5552ec77cdbbe292c9548085b0ec486a75d15946 (patch) | |
tree | 621c9b614a2dd2e1e2a466d9ae9d9253fd18b833 /rules | |
parent | b615e54f025f61107964fe37960b6c556b16ea7c (diff) |
symbols/my: harmonize the specification of the Zawgyi encoding
Zawgyi [1] is a font for the Burmese language where the characters
are encoded in a way that is incompatible with Unicode, so "Zawgyi"
is not part of the name of the language. Also, the addition "Tai"
for a specific version of the font is unneeded.
[1] https://en.wikipedia.org/wiki/Zawgyi_font
Furthermore, drop the `eng` marker for two layouts as no English
can be typed with them.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/rules/base.xml b/rules/base.xml index 928679cd..370ff3d6 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -2110,8 +2110,8 @@ <variant> <configItem> <name>zawgyi</name> - <shortDescription>zg</shortDescription> - <description>Burmese Zawgyi</description> + <shortDescription>my-zwg</shortDescription> + <description>Burmese (Zawgyi)</description> <languageList> <iso639Id>mya</iso639Id> </languageList> @@ -2137,7 +2137,6 @@ <description>Mon (A1)</description> <languageList> <iso639Id>mnw</iso639Id> - <iso639Id>eng</iso639Id> </languageList> </configItem> </variant> @@ -2156,12 +2155,10 @@ <variant> <configItem> <name>zgt</name> - <!-- Keyboard indicator for Shan layouts --> - <shortDescription>shn</shortDescription> - <description>Shan (Zawgyi Tai)</description> + <shortDescription>shn-zwg</shortDescription> + <description>Shan (Zawgyi)</description> <languageList> <iso639Id>shn</iso639Id> - <iso639Id>eng</iso639Id> </languageList> </configItem> </variant> |