/usr/share/dasher/alphabet.dutch.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 | <?xml version="1.0"?>
<!DOCTYPE alphabets SYSTEM "alphabet.dtd">
<?xml-stylesheet type="text/xsl" href="alphabet.xsl"?>
<alphabets>
<alphabet name="Nederlands / Dutch with punctuation and numerals">
<orientation type="LR"/>
<encoding type="Western"/>
<palette>Default</palette>
<train>training_dutch_NL.txt</train>
<space d="□" t=" " b="9"/>
<control d="Control" t="" b="8"/>
<paragraph d="¶" b="9"/>
<group name="lower case letters" b="0">
<s d="a" t="a" />
<s d="ä" t="ä" />
<s d="b" t="b" />
<s d="c" t="c" />
<s d="d" t="d" />
<s d="e" t="e" />
<s d="ë" t="ë" />
<s d="f" t="f" />
<s d="g" t="g" />
<s d="h" t="h" />
<s d="i" t="i" />
<s d="ï" t="ï" />
<s d="ij" t="ij" />
<s d="j" t="j" />
<s d="k" t="k" />
<s d="l" t="l" />
<s d="m" t="m" />
<s d="n" t="n" />
<s d="o" t="o" />
<s d="ö" t="ö" />
<s d="p" t="p" />
<s d="q" t="q" />
<s d="r" t="r" />
<s d="s" t="s" />
<s d="t" t="t" />
<s d="u" t="u" />
<s d="ü" t="ü" />
<s d="v" t="v" />
<s d="w" t="w" />
<s d="x" t="x" />
<s d="y" t="y" />
<s d="z" t="z" />
</group>
<group name="upper case letters" b="111">
<s d="A" t="A" />
<s d="Ä" t="Ä" />
<s d="B" t="B" />
<s d="C" t="C" />
<s d="D" t="D" />
<s d="E" t="E" />
<s d="Ë" t="Ë" />
<s d="F" t="F" />
<s d="G" t="G" />
<s d="H" t="H" />
<s d="I" t="I" />
<s d="Ï" t="Ï" />
<s d="IJ" t="IJ" />
<s d="J" t="J" />
<s d="K" t="K" />
<s d="L" t="L" />
<s d="M" t="M" />
<s d="N" t="N" />
<s d="O" t="O" />
<s d="Ö" t="Ö" />
<s d="P" t="P" />
<s d="Q" t="Q" />
<s d="R" t="R" />
<s d="S" t="S" />
<s d="T" t="T" />
<s d="U" t="U" />
<s d="Ü" t="Ü" />
<s d="V" t="V" />
<s d="W" t="W" />
<s d="X" t="X" />
<s d="Y" t="Y" />
<s d="Z" t="Z" />
</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="‚" note="German left single quotation mark; Albanian right" />
<s d="'" t="'" note="vertical single quote" />
<s d="’" t="’" note="right single quotation mark and apostrophe" />
<s d="„" t="„" note="German left double quotation mark; Albanian right" />
<s d=""" t=""" note="deprecated vertical double quotation mark" />
<s d="”" t="”" note="right double quotation mark" />
<s d="-" t="-"/>
<s d=":" t=":"/>
<s d=";" t=";"/>
<s d="?" t="?"/>
<s d="!" t="!"/>
<s d="," t=","/>
<s d="." t="."/>
</group>
</alphabet>
</alphabets>
|