From 170588e217463591937bd86e93845a896dfe1317 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 21 Apr 2000 04:05:12 +0000 Subject: use libunicode iconv functions rather than libc ones (since libc might not * camel-mime-utils.c (rfc2047_decode_word): use libunicode iconv functions rather than libc ones (since libc might not have them). (header_decode_date): add autoconfiscation on timezone code * camel.c (camel_init): call unicode_init () svn path=/trunk/; revision=2540 --- camel/camel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel.c') diff --git a/camel/camel.c b/camel/camel.c index 47efb9ffbb..56d2056db0 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -39,5 +39,7 @@ camel_init(void) #endif /* G_THREADS_ENABLED */ #endif /* ENABLE_THREADS */ + unicode_init (); + return data_wrapper_repository_init (); } -- cgit v1.2.3