Your message dated Wed, 28 Feb 2007 00:04:43 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Close
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: zenity
Version: 1.6-1
Tags: patch
When LANG=es_ES, zenity --help shows messages in UTF-8, which is wrong.
It should respect the charset associated with the user's locale.
The following patch seems to work for me:
diff -ru zenity-1.6.orig/src/main.c zenity-1.6/src/main.c
--- zenity-1.6.orig/src/main.c 2003-09-04 12:25:10.000000000 +0200
+++ zenity-1.6/src/main.c 2003-09-18 13:20:27.000000000 +0200
@@ -1016,7 +1016,7 @@
setlocale(LC_ALL,"");
bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR);
- bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
+ /* bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); */
textdomain(GETTEXT_PACKAGE);
zenity_init_parsing_options ();
--- End Message ---
--- Begin Message ---
Version: 2.10.0-1
zenity uses GOption now.
--
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
signature.asc
Description: This is a digitally signed message part
--- End Message ---