Sha256: 4de52c623bbf7642c39a87e516e683a1aae7751e7c3305ac3f24860faa822998

Contents?: true

Size: 886 Bytes

Versions: 3

Compression:

Stored size: 886 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
map (^The\s)    @
map (^the\s)    @
map (^a\s)      @
map (^A\s)      @
map (^An\s)     @
map (^an\s)     @

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zcc-0.1.0 examples/zebra/tab/sort-string-utf.chr
zcc-0.2.0 examples/zebra/tab/sort-string-utf.chr
zcc-0.0.3 examples/zebra/tab/sort-string-utf.chr