Sha256: 9da1a559180b3050e1e3e80c4ebed02935c954632f093f6dccacc544d9bba3fa

Contents?: true

Size: 791 Bytes

Versions: 3

Compression:

Stored size: 791 Bytes

Contents

# Generic character map.
#
# $Id: word-phrase-utf.chr,v 1.1.2.1 2006/07/03 21:56:45 kados 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

3 entries across 3 versions & 1 rubygems

Version Path
zcc-0.0.3 examples/zebra/tab/word-phrase-utf.chr
zcc-0.2.0 examples/zebra/tab/word-phrase-utf.chr
zcc-0.1.0 examples/zebra/tab/word-phrase-utf.chr