(check_description): Force copying the translated text.
authorhanda <handa>
Tue, 8 May 2007 07:47:47 +0000 (07:47 +0000)
committerhanda <handa>
Tue, 8 May 2007 07:47:47 +0000 (07:47 +0000)
src/input.c

index b4561ec..3cc1086 100644 (file)
@@ -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