mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c (main): Try to set a default character set. Print the
used one in verbosity level 3. * gpgv.c (main): Try to set a default character set. * status.c, status.h (STATUS_IMPORT_OK): New. * import.c (import_one,import_secret_one): Print new status.
This commit is contained in:
parent
bcedc5dad1
commit
5819b1ee45
6 changed files with 55 additions and 2 deletions
|
@ -164,6 +164,8 @@ main( int argc, char **argv )
|
|||
tty_no_terminal(1);
|
||||
tty_batchmode(1);
|
||||
disable_dotlock();
|
||||
|
||||
set_native_charset (NULL); /* Try to auto set the character set */
|
||||
|
||||
pargs.argc = &argc;
|
||||
pargs.argv = &argv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue