From 79a75f0b53cd07ea390a9da1e8c03d61d16a1819 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Oct 1997 14:35:04 +0000 Subject: [PATCH] New character mapping files. --- tab/numeric.chr | 13 +++++++++++++ tab/string.chr | 36 ++++++++++++++++++++++++++++++++++++ tab/urx.chr | 12 ++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 tab/numeric.chr create mode 100644 tab/string.chr create mode 100644 tab/urx.chr diff --git a/tab/numeric.chr b/tab/numeric.chr new file mode 100644 index 0000000..6aa6688 --- /dev/null +++ b/tab/numeric.chr @@ -0,0 +1,13 @@ +# Numeric character map +# +# $Id: numeric.chr,v 1.1 1997-10-27 14:35:04 adam Exp $ + +# Define the basic value-set. *Beware* of changing this without re-indexing +# your databases. + +lowercase -{0-9}., +uppercase -{0-9}., + +# Breaking characters + +space {\001-\040}!"#$%&'\()*+/:;<=>?@\[\\]^_`\{|}~ diff --git a/tab/string.chr b/tab/string.chr new file mode 100644 index 0000000..77a47f6 --- /dev/null +++ b/tab/string.chr @@ -0,0 +1,36 @@ +# Danish/Swedish character map. +# +# $Id: string.chr,v 1.1 1997-10-27 14:35:04 adam Exp $ + +# Define the basic value-set. *Beware* of changing this without re-indexing +# your databases. + +lowercase {0-9}{a-y}üzæäøöå(aa) +uppercase {0-9}{A-Y}ÜZÆÄØÖÅ(AA) + +# Breaking characters + +space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~ + +# Characters to be considered equivalent for searching purposes. + +# equivalent æä(ae) +# equivalent øö(oe) +# equivalent å(aa) +# equivalent uü + +# Supplemental mappings + +map (æ) æ +map (ø) ø +map (å) å +map (&Aelig;) Æ +map (Ø) Ø +map (Å) Å + +map éÉ e +map á a +map ó o +map í i + +map (Aa) (AA) diff --git a/tab/urx.chr b/tab/urx.chr new file mode 100644 index 0000000..a341fbb --- /dev/null +++ b/tab/urx.chr @@ -0,0 +1,12 @@ +# URX character map +# +# $Id: urx.chr,v 1.1 1997-10-27 14:35:04 adam Exp $ + +# Basic character(s) + +lowercase {0-9}{a-y}üzæäøöå(aa)/.~:-,#!?=<;\{|} +uppercase {0-9}{A-Y}ÜZÆÄØÖÅ(AA)/.~:-,#!?=>;\{|} + +# Breaking characters + +space {\001-\040} -- 1.7.10.4