X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.c;fp=src%2Fui%2Fgui%2Fpsppire-data-editor.c;h=1070f5c2871caef36db153d9b48aca7667497ad3;hb=dd5535725f86158e55b3fc263c17058005b0c0a5;hp=ab3b21284ec55d23968c7c0de5c3a3fa246beb52;hpb=9111d677aedf91f69f57f4bd4600ac35f8a9702c;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index ab3b2128..1070f5c2 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -24,6 +24,7 @@ #include #include "psppire-data-store.h" #include +#include #include "helper.h" #include @@ -743,7 +744,9 @@ update_data_ref_entry (const PsppireSheet *sheet, gchar *text = g_strdup_printf ("%d: %s", row + FIRST_CASE_NUMBER, var_get_name (var)); - gchar *s = pspp_locale_to_utf8 (text, -1, 0); + gchar *s = recode_string (UTF8, + psppire_dict_encoding (data_store->dict), + text, -1); g_free (text);