Holger Leskien a écrit :
Hi,

Can you send a screen copy showing the problem?

sure

It looks like the text is converted 2 times in UTF-8.

Can you apply the included patch, rebuild jpilot and tell me if that problem is solved?
I you can't do that I will try to provide a .deb package.

Bye

--
 Dr. Ludovic Rousseau
Index: address_gui.c
===================================================================
RCS file: /cvs/jpilot/jpilot_src/address_gui.c,v
retrieving revision 1.227
diff -u -r1.227 address_gui.c
--- address_gui.c       2 Feb 2009 00:22:53 -0000       1.227
+++ address_gui.c       14 Mar 2009 14:34:23 -0000
@@ -3302,7 +3302,7 @@
       if (contact_app_info.phoneLabels[i][0]) {
         utf = charset_p2newj(contact_app_info.phoneLabels[i], 16, char_set);
         phone_type_menu_item[set][i] = gtk_radio_menu_item_new_with_label(
-                       group, utf);
+                       group, contact_app_info.phoneLabels[i]);
          g_free(utf);
         gtk_signal_connect(GTK_OBJECT(phone_type_menu_item[set][i]), 
"activate",
                            GTK_SIGNAL_FUNC(cb_phone_menu),

Reply via email to