X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=ff750b25f7aa6ffe3b6a99e55a2d014791bcf5d8;hp=d670002a467fc741bacafd4480f63782e97ef7b6;hb=41c45ec6bc320abc0eed650ed183b604a5f5befd;hpb=ff59ee87992b440aab8083ee041f9aecd2ce68ca 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 ();