X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsiconv.c;h=c916cad2fbb66013d8955d4a7badb37de54d685d;hb=f5234a7d67df11584a2f29b35d999a603ab9cc80;hp=7d31a00caa2fd64cb8f9e5edfe4c17c1625df352;hpb=b6d34be5a1131d2bb7ff367b7d5e498599f791a8;p=yaz-moved-to-github.git diff --git a/src/siconv.c b/src/siconv.c index 7d31a00..c916cad 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -2,10 +2,17 @@ * Copyright (c) 1997-2004, Index Data * See the file LICENSE for details. * - * $Id: siconv.c,v 1.6 2004-08-07 08:18:19 adam Exp $ + * $Id: siconv.c,v 1.7 2004-10-15 00:19:00 adam Exp $ + */ +/** + * \file siconv.c + * \brief Implements simple ICONV + * + * This implements an interface similar to that of iconv and + * is used by YAZ to interface with iconv (if present). + * For systems where iconv is not present, this layer + * provides a few important conversion: UTF-8, MARC-8, Latin-1. */ - -/* mini iconv and wrapper for system iconv library (if present) */ #if HAVE_CONFIG_H #include