From: Adam Dickmeiss Date: Fri, 6 Aug 2004 10:08:19 +0000 (+0000) Subject: Use other ordinal value for cut char to keep backwards compatible with 1.3.15 X-Git-Tag: ZEBRA.1.3.16~6 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=67fb0abdefc05d970cd5039fe44b300e8353dd92;p=idzebra-moved-to-github.git Use other ordinal value for cut char to keep backwards compatible with 1.3.15 --- diff --git a/util/charmap.c b/util/charmap.c index 96a390a..a4f834c 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -1,4 +1,4 @@ -/* $Id: charmap.c,v 1.29 2004-07-28 09:47:42 adam Exp $ +/* $Id: charmap.c,v 1.29.2.1 2004-08-06 10:08:19 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -42,8 +42,8 @@ typedef unsigned ucs4_t; const char *CHR_UNKNOWN = "\001"; const char *CHR_SPACE = "\002"; -const char *CHR_CUT = "\003"; -const char *CHR_BASE = "\005"; +const char *CHR_BASE = "\003"; +const char *CHR_CUT = "\376"; /* high number to keep BASE stable */ struct chrmaptab_info {