/usr/share/idzebra-2.0/tab/scan.chr is in idzebra-2.0-common 2.0.59-1ubuntu1.
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 | # Danish/Swedish character map.
#
# Define the basic value-set. *Beware* of changing this without re-indexing
# your databases.
lowercase {0-9}{a-y}üzæäøöå
uppercase {0-9}{A-Y}ÜZÆÄØÖÅ
# Breaking characters
space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~
# Characters to be considered equivalent for searching purposes.
# equivalent æä(ae)
# equivalent øö(oe)
# equivalent å(aa)
# equivalent uü
# Supplemental mappings
map (ä) ä
map (æ) æ
map (ø) ø
map (å) å
map (ö) ö
map (Ä) Ä
map (&Aelig;) Æ
map (Ø) Ø
map (Å) Å
map (Ö) Ö
map éÉ e
map á a
map ó o
map í i
map (Aa) (AA)
map (aa) a
#qmap (ies) (ie)
|