X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsiconv.c;h=c916cad2fbb66013d8955d4a7badb37de54d685d;hp=7d31a00caa2fd64cb8f9e5edfe4c17c1625df352;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hpb=0420d74c15267c4cb7903503b51937f836096b7a 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