mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* mainproc.c (check_sig_and_print), keyedit.c (show_prefs,
menu_set_keyserver_url): Make sure that keyserver URLs with control characters inside are printed properly. In fact, handle them as UTF8.
This commit is contained in:
parent
f0279fc10d
commit
d937ace2f8
3 changed files with 15 additions and 6 deletions
|
@ -1368,7 +1368,7 @@ check_sig_and_print( CTX c, KBNODE node )
|
|||
page, but "from" if it is located on a keyserver. I'm
|
||||
not going to even try to make two strings here :) */
|
||||
log_info(_("Key available at: ") );
|
||||
print_string( log_stream(), p, n, 0 );
|
||||
print_utf8_string( log_stream(), p, n );
|
||||
putc( '\n', log_stream() );
|
||||
|
||||
if(opt.keyserver_options.options&KEYSERVER_AUTO_KEY_RETRIEVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue