From 41c45ec6bc320abc0eed650ed183b604a5f5befd Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 13 Jul 2009 14:21:02 +0800 Subject: [PATCH] Fix bug encodig missing value keys in gui --- src/ui/gui/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index d670002a..ff750b25 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -86,7 +86,7 @@ text_to_value (const gchar *text, union value *v, } msg_disable (); - ok = data_in (ss_cstr (text), LEGACY_NATIVE, format.type, 0, 0, 0, + ok = data_in (ss_cstr (text), UTF8, format.type, 0, 0, 0, dict->dict, v, fmt_var_width (&format)); msg_enable (); -- 2.30.2