File: test_sort2.chr

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (33 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (7)
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
# character map that removes some leading prefixes
#

# 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

map (^The\s)	@
map (^the\s)	@
map (^a\s)      @
map (^A\s)	@

#map 		e
#map 		a
#map 		o
#map 		i

#map (Aa)	(AA)

#map (aa)        a