weird i18n problem on Windows XP Home
- From: Allin Cottrell <cottrell wfu edu>
- To: gtk-app-devel-list gnome org
- Subject: weird i18n problem on Windows XP Home
- Date: Fri, 8 Feb 2008 10:10:49 -0500 (EST)
I've received a strange problem report about the win32 version of
my GTK app running on XP Home in Spanish on an ACER 1691 laptop
(setlocale gives "Spanish_Spain.1252").
Window titles are managed by gettext, as in
title = g_strdup(_("gretl: command script"));
gtk_window_set_title(GTK_WINDOW(foo), title);
so when running in Spanish some window titles will contain
accented characters. For example, the above becomes
gretl: gui\'on de instrucciones
(represented as TeX for email purposes).
The problem is that such windows are not opening, with an error
of "hay una secuencia de bytes no v\'alida en la entrada de
conversi\'on".
Many people are running the program in Spanish without this
problem; there seems to be something about this XP installation
that is tricking glib. Any notions what might be wrong?
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]