From: Adam Dickmeiss Date: Wed, 6 Jun 2001 09:37:18 +0000 (+0000) Subject: Added some character entities for mapping. X-Git-Tag: ZMBOT.0.1~22 X-Git-Url: http://git.indexdata.com/?p=tclrobot.git;a=commitdiff_plain;h=98d2fc5bb7ed2469d3aeb5b34cafc78e02b56a66 Added some character entities for mapping. --- diff --git a/tab/string.chr b/tab/string.chr new file mode 100644 index 0000000..70e13a8 --- /dev/null +++ b/tab/string.chr @@ -0,0 +1,50 @@ +# Generic character map. +# +# $Id: string.chr,v 1.1 2001/06/06 09:37:18 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 (æ) æ +map (ø) ø +map (å) å +map (Æ) Æ +map (Ø) Ø +map (Å) Å + +map (ä) ä +map (æ) æ +map (ø) ø +map (å) å +map (ö) ö +map (Ä) Ä +map (&Aelig;) Æ +map (Æ) Æ +map (Ø) Ø +map (Å) Å +map (Ö) Ö + +map éÉ e +map á a +map ó o +map í i + +#map (Aa) (AA) + +#map (aa) a diff --git a/tab/zebra.cfg b/tab/zebra.cfg index 0f77308..cbcbc44 100644 --- a/tab/zebra.cfg +++ b/tab/zebra.cfg @@ -1,8 +1,8 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.1 2001/02/26 22:51:51 adam Exp $ +# $Id: zebra.cfg,v 1.2 2001/06/06 09:37:18 adam Exp $ # # Where the schema files, attribute files, etc are located. -profilePath: .:../../zebra/tab:../../yaz/tab +profilePath: .:../../zmbol/tab:../../yaz/tab # Files that describe the attribute sets supported. attset: bib1.att