aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel.c')
-rw-r--r--camel/camel.c2
1 files changed, 2 insertions, 0 deletions
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 ();
}