From c767ec12b39c9939bc9ffea07643372cab00933a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 5 Mar 2008 08:30:53 +1300 Subject: [PATCH] Zebra: added missing urx.chr The following error messages in the Zebra log should no longer appear: 06:10:25-04/03 zebrasrv(1) [warn] Failed to read character table urx.chr 06:10:25-04/03 zebrasrv(1) [warn] urx.chr [No such file or directory] To fully install this patch, do a 'make update_zebra_conf'. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- etc/zebradb/etc/urx.chr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/zebradb/etc/urx.chr diff --git a/etc/zebradb/etc/urx.chr b/etc/zebradb/etc/urx.chr new file mode 100644 index 0000000000..1bd935e5de --- /dev/null +++ b/etc/zebradb/etc/urx.chr @@ -0,0 +1,12 @@ +# URX character map +# +# $Id: urx.chr,v 1.3 1999-03-02 16:15:45 quinn Exp $ + +# Basic character(s) + +lowercase {0-9}{a-y}üzæäøöå/.~:-,#!?=<;\{|}+ +uppercase {0-9}{A-Y}ÜZÆÄØÖÅ/.~:-,#!?=>;\{|}+ + +# Breaking characters + +space {\001-\040} -- 2.20.1