File: string.chr

package info (click to toggle)
ruby-zoom 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 296 kB
  • ctags: 99
  • sloc: ansic: 680; xml: 262; ruby: 254; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (6)
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
# Generic character map.
#
# $Id: string.chr,v 1.4 1999/09/07 07:19:21 adam Exp $

# 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 (&auml;)       
#map (&aelig;)      
#map (&oslash;)     
#map (&aring;)      
#map (&ouml;)       
#map (&Auml;)       
#map (&Aelig;)      
#map (&Oslash;)     
#map (&Aring;)      
#map (&Ouml;)       

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

#map (Aa)	(AA)

#map (aa)        a