summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-11 03:03:18 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-11 03:03:18 +0000
commita212f93df26c24dc724905555b9525fe455be863 (patch)
treefc9bd6ad70eeeac3e9ea5384681eb1a7093c19c6 /Makefile.am
parent49c937fcbb0add57ab215c0c65ba3a02e6fb13c9 (diff)
downloadglib-a212f93df26c24dc724905555b9525fe455be863.tar.gz
Havoc Pennington's implementation of convenient character set conversion
Sun Sep 10 12:37:40 2000 Owen Taylor <otaylor@redhat.com> * glib.h gconvert.c (g_convert): Havoc Pennington's implementation of convenient character set conversion using iconv, with the addition of GError. We probably need a fallback that just does conversions between, say UTF-8,16,32 and ISO-8859-1 for targets without iconv at all. Also add g_convert_with_fallback() to take care of conversions where we accept some loss going to the target encoding.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f73023aa..ff411f434 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,7 @@ libglib_1_3_la_SOURCES = \
gbacktrace.c \
gcache.c \
gcompletion.c \
+ gconvert.c \
gdataset.c \
gdate.c \
gerror.c \