X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsiconv.c;h=3b5928db85f07809fdf790158e02175ded75378b;hb=4c176312acdc3444c9afc820f76a393e64668e52;hp=7d31a00caa2fd64cb8f9e5edfe4c17c1625df352;hpb=b6d34be5a1131d2bb7ff367b7d5e498599f791a8;p=yaz-moved-to-github.git diff --git a/src/siconv.c b/src/siconv.c index 7d31a00..3b5928d 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -1,11 +1,18 @@ /* - * Copyright (c) 1997-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * 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.8 2005-01-15 19:47:14 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