From: handa Date: Tue, 8 May 2007 07:47:47 +0000 (+0000) Subject: (check_description): Force copying the translated text. X-Git-Tag: FLT-base~72 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=039fbc3099505fdbbf09c122a18260974bd12ddc;p=m17n%2Fm17n-lib.git (check_description): Force copying the translated text. --- diff --git a/src/input.c b/src/input.c index b4561ec..3cc1086 100644 --- a/src/input.c +++ b/src/input.c @@ -1640,7 +1640,7 @@ check_description (MPlist *plist) { M17N_OBJECT_UNREF (mt); mt = mtext__from_data (translated, strlen (translated), - MTEXT_FORMAT_UTF_8, 0); + MTEXT_FORMAT_UTF_8, 1); } } #endif