projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc435ae
)
(check_description): Force copying the translated text.
author
handa
<handa>
Tue, 8 May 2007 07:47:47 +0000
(07:47 +0000)
committer
handa
<handa>
Tue, 8 May 2007 07:47:47 +0000
(07:47 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
b4561ec
..
3cc1086
100644
(file)
--- 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