This file is indexed.

/usr/share/kde4/apps/calligra/autocorrect/autocorrect.xml is in calligra-data 1:2.8.5+dfsg-1.

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
<!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>