
jpg at rcom
Oct 12, 2001, 8:48 PM
Views: 753
Permalink
|
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énez" with the "é", but if I put with-colons insted of "é" gpg prints "é"... 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....
|