gnupg

Juan Pablo Giménez jpg@rcom.com.ar
Fri Oct 12 20:48:03 2001


--=-pTgFCmnR2fd7e/Nxvb5l
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi!

  I have a problem with the option "--with-colons" and --list-keys or
--fingerprint, if i don't use it, gpg print my last name "Gim=E9nez" with
the "=E9", but if I put with-colons insted of "=E9" gpg prints "=C3=A9"... =
So
here is the patch to fix it...

------------------------------------------------------------------------
________________________________________________________________________
--- gnupg-1.0.6/g10/keylist.c	Sun May 27 11:31:07 2001
+++ gnupg-1.0.6_rcom/g10/keylist.c	Fri Oct 12 11:42:15 2001
@@ -482,8 +482,8 @@
 		    printf("uid:%c::::::::", trustletter);
                 }
 	    }
-            print_string( stdout,  node->pkt->pkt.user_id->name,
-                          node->pkt->pkt.user_id->len, ':' );
+            print_utf8_string( stdout,  node->pkt->pkt.user_id->name,
+                          node->pkt->pkt.user_id->len);
             putchar(':');
 	    if (any)
                 putchar('\n');


________________________________________________________________________
-------------------------------------------------------------------------


                           Chausesssssssssss
                                      Juan Pablo....




--=-pTgFCmnR2fd7e/Nxvb5l
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQA7xzqFChXsK9PY/SsRAnkSAKCYjyqImAW+y7bs/AO79kIIQhs8oACePYXD
lNsurU8tCaAj8V+uVZZkpoE=
=9+Yx
-----END PGP SIGNATURE-----

--=-pTgFCmnR2fd7e/Nxvb5l--