Create wrapper functions for iconv() so that we can transparently use the
commit292152dae21f8a5e710036e0922905835897c567
authorOwen Taylor <otaylor@redhat.com>
Sun, 12 Nov 2000 23:44:28 +0000 (12 23:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 12 Nov 2000 23:44:28 +0000 (12 23:44 +0000)
treebd3d3f44f19e4f2820ba6450a410ab99d08e2695
parent8bda01029faf3078a83c45fcdfbfcbd3368ad475
Create wrapper functions for iconv() so that we can transparently use the

Sun Nov 12 18:34:32 2000  Owen Taylor  <otaylor@redhat.com>

* gconvert.[ch]: Create wrapper functions for iconv()
so that we can transparently use the native iconv,
libiconv, or (in the future) a mini-iconv included
with glib.

* glib-config-2.0.in glib-2.0.pc.in: Include @ICONV_LIBS@

* INSTALL: Added note about libiconv.

* configure.in: Add checks for libiconv from pango. If
EILSEQ is not defined in errno.h add define for it into
glibconfig.h so g_iconv can use it. (Note, recompiling
from a system without EILSEQ to a system with EILSEQ
will break binary compatibility)
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
INSTALL
Makefile.am
acconfig.h
configure.in
gconvert.c
gconvert.h
glib-2.0.pc.in
glib-config-2.0.in
glib/Makefile.am
glib/gconvert.c
glib/gconvert.h