summaryrefslogtreecommitdiffstats
path: root/autocorrect/autocorrect.xml
blob: 0b252d5739741c9bb04fc2e74b83b7993e7fdb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE autocorrection>
<Word>
 <items>
  <item find="(C)" replace="©" />
  <item find="(R)" replace="®" />
  <item find="(c)" replace="©" />
  <item find="(r)" replace="®" />
  <item find="--" replace="—" />
 </items>
 <SuperScript>
  <superscript find="1st" super="st" />
  <superscript find="2nd" super="nd" />
  <superscript find="3rd" super="rd" />
  <superscript find="othernb" super="th" />
 </SuperScript>
 <DoubleQuote>
  <doublequote begin="«" end="»" />
 </DoubleQuote>
 <SimpleQuote>
  <simplequote begin="'" end="'" />
 </SimpleQuote>
</Word>