From 029ff4336457545c94d7889676ca4e0eae3d4633 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 3 Sep 2009 21:42:03 +0300 Subject: [PATCH] Maemo: assume UTF-8 codeset --- src/text/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text/unicode.c b/src/text/unicode.c index 0a36671a4e..1fa90e29f3 100644 --- a/src/text/unicode.c +++ b/src/text/unicode.c @@ -41,7 +41,7 @@ # include #endif -#ifdef __APPLE__ +#if defined (__APPLE__) || defined (HAVE_MAEMO) /* Define this if the OS always use UTF-8 internally */ # define ASSUME_UTF8 1 #endif -- 2.39.2