summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/stringreplacer/festival_unspeakable_chars.xml
blob: 5086d01d402cbaa18687a243a9a59237fe6effa9 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<wordlist>
 <name>Fix Festival Unspeakable Characters</name>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x80]]></match>
  <subst><![CDATA[ Euro ]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x82]]></match>
  <subst><![CDATA[']]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x84]]></match>
  <subst><![CDATA["]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x85]]></match>
  <subst><![CDATA[...]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x89]]></match>
  <subst><![CDATA[ per Mille ]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x8B]]></match>
  <subst><![CDATA[<]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[[\x91-\x92]]]></match>
  <subst><![CDATA[']]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[[\x93-\x94]]]></match>
  <subst><![CDATA["]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[[\x96-\x97]]]></match>
  <subst><![CDATA[-]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x98]]></match>
  <subst><![CDATA[~]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x99]]></match>
  <subst><![CDATA[ trademark ]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\x9B]]></match>
  <subst><![CDATA[>]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[[\x80-\x9F]]]></match>
  <subst><![CDATA[]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\{]]></match>
  <subst><![CDATA[ left curly brace ]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\}]]></match>
  <subst><![CDATA[ right curly brace ]]></subst>
 </word>
</wordlist>