mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
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)
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
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)
|
||||
|
||||
2000-11-12 Robert Brady <robert@suse.co.uk>
|
||||
|
||||
* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8
|
||||
|
Reference in New Issue
Block a user