/usr/share/dasher/alphabet.pinyin.xml is in dasher-data 4.11-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 | <?xml version="1.0"?>
<!DOCTYPE alphabets SYSTEM "alphabet.dtd">
<?xml-stylesheet type="text/xsl" href="alphabet-nest.xsl"?>
<alphabets>
<alphabet name="Chinese Pin Yin with conversion, no tones (no chinese
characters)">
<conversionmode id="2"/>
<orientation type="LR"/>
<encoding type="Western"/>
<control d="Control" t="" b="8"/>
<palette>European/Asian</palette>
<train>training_pinyinNT_CN.txt</train>
<!--<paragraph d="¶" b="9"/>-->
<convert d=">" t="$" b="9" />
<!--<protect d=" " t="|" b="9" />-->
<group name="pin yin roman letters" b="0">
<s d="a" t="a" b="10" /> <!-- a -->
<s d="b" t="b" b="11"/>
<s d="c" t="c" b="12"/>
<s d="d" t="d" b="13"/>
<s d="e" t="e" b="14" /> <!-- e -->
<s d="f" t="f" b="15"/>
<s d="g" t="g" b="16"/>
<s d="h" t="h" b="17"/>
<s d="i" t="i" b="18" /> <!-- i -->
<s d="j" t="j" b="19"/>
<s d="k" t="k" b="20"/>
<s d="l" t="l" b="21"/>
<s d="m" t="m" b="22"/>
<s d="n" t="n" b="23"/>
<s d="o" t="o" b="24" /> <!-- o -->
<s d="p" t="p" b="25"/>
<s d="q" t="q" b="26"/>
<s d="r" t="r" b="27"/>
<s d="s" t="s" b="28"/>
<s d="t" t="t" b="29"/>
<s d="u" t="u" b="30" /> <!-- u -->
<s d="ü" t="ü" b="31" /> <!-- ü u: -->
<s d="v" t="v" b="32"/>
<s d="w" t="w" b="33"/>
<s d="x" t="x" b="34"/>
<s d="y" t="y" b="35"/>
<s d="z" t="z" b="36"/>
<s d="'" t="'" b="37"/>
</group>
<!--<group name="combining diacritics" b="110">?>-->
<!--<s d="◌̄" t="̄" b="90"/>--> <!-- 1 -->
<!--<s d="◌́" t="́" b="91"/>--> <!-- 2 -->
<!--<s d="◌̆" t="̆" b="92"/>--> <!-- 3 -->
<!--<s d="◌̀" t="̀" b="93"/>--> <!-- 4 -->
<!--</group>-->
<group name="Numbers" b="113">
<s d="1" t="1" b="105" />
<s d="2" t="2" b="106" />
<s d="3" t="3" b="107" />
<s d="4" t="4" b="108" />
<s d="5" t="5" b="109" />
<s d="6" t="6" b="105" />
<s d="7" t="7" b="106" />
<s d="8" t="8" b="107" />
<s d="9" t="9" b="108" />
<s d="0" t="0" b="109" />
</group>
<!--<group name="Punctuation" b="112">
<s b="90" d="%" t="%"/>
<s b="91" d="*" t="*"/>
<s b="92" d="+" t="+"/>
<s b="93" d="=" t="="/>
<s b="94" d="/" t="/"/>
<s b="95" d="#" t="#"/>
<s b="96" d="$" t="$"/>
<s b="97" d="|" t="|"/>
<s b="98" d="\" t="\"/>
<s b="99" d="~" t="~"/>
<s b="95" d="^" t="^"/>
<s b="96" d="_" t="_"/>
<s b="97" d="&" t="&"/>
<s b="98" d="@" t="@"/>
<s b="105" d="[" t="["/>
<s b="106" d="]" t="]"/>
<s b="107" d="{" t="{"/>
<s b="108" d="}" t="}"/>
<s b="109" d="<" t="<"/>
<s b="105" d=">" t=">"/>
<s b="106" d="(" t="("/>
<s b="107" d=")" t=")"/>
<s b="108" d=""" t="""/>
<s b="109" d="`" t="`"/>
<s b="105" d="'" t="'"/>
<s b="9" d="◊" t="	" note="TAB (represented by a diamond)"/>
<s b="100" d="-" t="-"/>
<s b="101" d=":" t=":"/>
<s b="102" d=";" t=";"/>
<s b="103" d="?" t="?"/>
<s b="104" d="!" t="!"/>
<s b="100" d="," t=","/>
<s b="104" d="·" t="."/>
</group>-->
<space d="□" t=" " b="9" note="box" /><!--□-->
</alphabet>
</alphabets>
|