[Goodies-dev] Sample Xfce Developer Tools
Matias De lellis
mati86_dl at yahoo.com.ar
Wed Jun 3 16:47:21 CEST 2009
now change:
xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8") :
to:
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
and it works correctly..
Not exactly so that, but it works..
Matias..
Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/
More information about the Goodies-dev
mailing list