Sha256: 886d9529238d4002bbd884157eb30d48e3ca7a33a5b234f6a60edd8d7e322571

Contents?: true

Size: 778 Bytes

Versions: 2

Compression:

Stored size: 778 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zoom-0.5.0 test/zebra/tab/string.chr
zoom-0.4.1 test/zebra/tab/string.chr