with-colons bug
Juan Pablo Giménez
jpg@rcom.com.ar
Fri Oct 19 20:20:02 2001
--=-bKhvA6y9GzcgLNBsvy1d
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi!
I already send this mail with other subject, but nobody answer because it =
was too simple...
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....
--=-bKhvA6y9GzcgLNBsvy1d
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQA70G5PChXsK9PY/SsRAt+EAJ9/2GlaUB9PLLyxLdskRhlgdKohzACeIM3L
QGqTot3XLmgbtuUowz3Hi+M=
=A8v6
-----END PGP SIGNATURE-----
--=-bKhvA6y9GzcgLNBsvy1d--