/usr/share/dasher/alphabet.mongolian.xml is in dasher-data 4.11+git20130508.adc653-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | <?xml version="1.0"?>
<!DOCTYPE alphabets SYSTEM "alphabet.dtd">
<?xml-stylesheet type="text/xsl" href="alphabet.xsl"?>
<alphabets>
<alphabet name="Mongolian with punctuation and numerals">
<orientation type="LR"/>
<encoding type="Western"/>
<control d="Control" t=""/>
<palette>Default</palette>
<train>training_mongolian_MN.txt</train>
<space d="□" t=" " b="9" />
<paragraph d="¶" b="9"/>
<group name="lower case Mongolian letters" b="0">
<s d="а" t="а" />
<s d="б" t="б" />
<s d="в" t="в" />
<s d="г" t="г" />
<s d="д" t="д" />
<s d="е" t="е" />
<s d="ё" t="ё" note="rather than 0450" />
<s d="ж" t="ж" />
<s d="з" t="з" />
<s d="и" t="и" />
<s d="й" t="й" />
<s d="к" t="к" />
<s d="л" t="л" />
<s d="м" t="м" />
<s d="н" t="н" />
<s d="о" t="о" />
<s d="ө" t="ө" />
<s d="п" t="п" />
<s d="р" t="р" />
<s d="с" t="с" />
<s d="т" t="т" />
<s d="у" t="у" />
<s d="ү" t="ү" />
<s d="ф" t="ф" />
<s d="х" t="х" />
<s d="ц" t="ц" />
<s d="ч" t="ч" />
<s d="ш" t="ш" />
<s d="щ" t="щ" />
<s d="ъ" t="ъ" />
<s d="ы" t="ы" />
<s d="ь" t="ь" />
<s d="э" t="э" />
<s d="ю" t="ю" />
<s d="я" t="я" />
</group>
<group name="upper case Mongolian letters" b="111">
<s d="А" t="А" />
<s d="Б" t="Б" />
<s d="В" t="В" />
<s d="Г" t="Г" />
<s d="Д" t="Д" />
<s d="Е" t="Е" />
<s d="Ё" t="Ё" note="E with dots correct according to wikipedia (rather than 0400)" />
<s d="Ж" t="Ж" />
<s d="З" t="З" />
<s d="И" t="И" />
<s d="Й" t="Й" />
<s d="К" t="К" />
<s d="Л" t="Л" />
<s d="М" t="М" />
<s d="Н" t="Н" />
<s d="О" t="О" />
<s d="Ө" t="Ө" />
<s d="П" t="П" />
<s d="Р" t="Р" />
<s d="С" t="С" />
<s d="Т" t="Т" />
<s d="У" t="У" />
<s d="Ү" t="Ү" />
<s d="Ф" t="Ф" />
<s d="Х" t="Х" />
<s d="Ц" t="Ц" />
<s d="Ч" t="Ч" />
<s d="Ш" t="Ш" />
<s d="Щ" t="Щ" />
<s d="Ъ" t="Ъ" />
<s d="Ы" t="Ы" />
<s d="Ь" t="Ь" />
<s d="Э" t="Э" />
<s d="Ю" t="Ю" />
<s d="Я" t="Я" />
</group>
<group name="Numbers" b="113">
<s d="1" t="1"/>
<s d="2" t="2"/>
<s d="3" t="3"/>
<s d="4" t="4"/>
<s d="5" t="5"/>
<s d="6" t="6"/>
<s d="7" t="7"/>
<s d="8" t="8"/>
<s d="9" t="9"/>
<s d="0" t="0"/>
</group>
<group name="Punctuation" b="112">
<s d="%" t="%"/>
<s d="*" t="*"/>
<s d="+" t="+"/>
<s d="=" t="="/>
<s d="/" t="/"/>
<s d="#" t="#"/>
<s d="$" t="$"/>
<s d="|" t="|"/>
<s d="\" t="\"/>
<s d="~" t="~"/>
<s d="^" t="^"/>
<s d="_" t="_"/>
<s d="&" t="&"/>
<s d="@" t="@"/>
<s d="[" t="["/>
<s d="]" t="]"/>
<s d="{" t="{"/>
<s d="}" t="}"/>
<s d="<" t="<"/>
<s d=">" t=">"/>
<s d="(" t="("/>
<s d=")" t=")"/>
<s d=""" t="""/>
<s d="`" t="`"/>
<s d="'" t="'"/>
<s d="-" t="-"/>
<s d=":" t=":"/>
<s d=";" t=";"/>
<s d="?" t="?"/>
<s d="!" t="!"/>
<s d="," t=","/>
<s d="." t="."/>
</group>
</alphabet>
</alphabets>
|