2002-07-25 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (_gpgme_gpg_new): Always set utf8 as charset.
This commit is contained in:
parent
eecc18a736
commit
8359ecc707
@ -11,6 +11,8 @@
|
|||||||
(gpgme_key_get_string_attr): Add GPGME_ATTR_SIG_SUMMARY case to
|
(gpgme_key_get_string_attr): Add GPGME_ATTR_SIG_SUMMARY case to
|
||||||
silence gcc warning.
|
silence gcc warning.
|
||||||
|
|
||||||
|
* rungpg.c (_gpgme_gpg_new): Always set utf8 as charset.
|
||||||
|
|
||||||
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL.
|
* gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL.
|
||||||
|
@ -292,6 +292,8 @@ _gpgme_gpg_new (GpgObject *r_gpg)
|
|||||||
_gpgme_gpg_add_arg (gpg, buf);
|
_gpgme_gpg_add_arg (gpg, buf);
|
||||||
}
|
}
|
||||||
_gpgme_gpg_add_arg (gpg, "--no-tty");
|
_gpgme_gpg_add_arg (gpg, "--no-tty");
|
||||||
|
_gpgme_gpg_add_arg (gpg, "--charset");
|
||||||
|
_gpgme_gpg_add_arg (gpg, "utf8");
|
||||||
|
|
||||||
leave:
|
leave:
|
||||||
if (rc)
|
if (rc)
|
||||||
|
Loading…
Reference in New Issue
Block a user