tags 670781 patch
thanks

Hi Giacomo,

Le 28/04/2012 17:18, David Prévot a écrit :
> Package: screentest

> While testing the soon too come French version of your package, I
> noticed that UTF-8 characters are render as if they've been converted
> from Latin1 to UTF-8.

I wasn't able to find the root cause of the issue, but the attached
naive workaround allows to fix the problem for the existing German
version of the program, but also for the soon to come Danish, French and
Danish version, so I'll include it with the already agreed l10n NMU, I'm
about to upload (and will fix back my mess as already stated if it
triggers something else).

Regards

David

--- screentest-2.0/basic_test.c 2007-07-28 13:29:30.000000000 -0400
+++ screentest-2.0/basic_test.c 2012-05-08 18:18:14.000000000 -0400
@@ -63,6 +63,8 @@
 
 static void basic_draw(GtkWidget * widget)
 {
+       bind_textdomain_codeset(PACKAGE, "ISO-8859-1");
+
        GdkWindow *win = widget->window;
        gint w, h;
        gint i, b, d;

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to