- * $Log: charmap.c,v $
- * Revision 1.18 1999-11-30 13:48:04 adam
- * Improved installation. Updated for inclusion of YAZ header files.
- *
- * Revision 1.17 1999/09/08 12:13:21 adam
- * Fixed minor bug "replace"-mappings. Removed some logging messages.
- *
- * Revision 1.16 1999/09/07 07:19:21 adam
- * Work on character mapping. Implemented replace rules.
- *
- * Revision 1.15 1999/05/26 07:49:14 adam
- * C++ compilation.
- *
- * Revision 1.14 1998/10/13 20:09:18 adam
- * Changed call to readconf_line.
- *
- * Revision 1.13 1997/10/27 14:33:06 adam
- * Moved towards generic character mapping depending on "structure"
- * field in abstract syntax file. Fixed a few memory leaks. Fixed
- * bug with negative integers when doing searches with relational
- * operators.
- *
- * Revision 1.12 1997/09/05 15:30:11 adam
- * Changed prototype for chr_map_input - added const.
- * Added support for C++, headers uses extern "C" for public definitions.
- *
- * Revision 1.11 1997/09/05 09:52:32 adam
- * Extra argument added to function chr_read_maptab (tab path).
- *
- * Revision 1.10 1997/07/01 13:01:08 adam
- * Bug fix in routine find_entry: didn't take into account the len arg.
- *
- * Revision 1.9 1996/10/29 13:48:14 adam
- * Updated to use zebrautl.h instead of alexutil.h.
- *
- * Revision 1.8 1996/10/18 12:39:23 adam
- * Uses LOG_DEBUG instead of LOG_WARN for "Character map overlap".
- *
- * Revision 1.7 1996/06/06 12:08:56 quinn
- * Fixed bug.
- *
- * Revision 1.6 1996/06/04 13:28:00 quinn
- * More work on charmapping
- *
- * Revision 1.5 1996/06/04 08:32:15 quinn
- * Moved default keymap to keychars.c
- *
- * Revision 1.4 1996/06/03 16:32:13 quinn
- * Temporary bug-fix
- *
- * Revision 1.3 1996/06/03 15:17:46 quinn
- * Fixed bug.
- *
- * Revision 1.2 1996/06/03 10:15:09 quinn
- * Fixed bug in mapping function.
- *
- * Revision 1.1 1996/05/31 09:07:18 quinn
- * Work on character-set handling
- *