2002-07-25 Marcus Brinkmann <marcus@g10code.de>

* rungpg.c (_gpgme_gpg_new): Always set utf8 as charset.
This commit is contained in:
Marcus Brinkmann 2002-07-25 16:08:14 +00:00
parent eecc18a736
commit 8359ecc707
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
(gpgme_key_get_string_attr): Add GPGME_ATTR_SIG_SUMMARY case to
silence gcc warning.
* rungpg.c (_gpgme_gpg_new): Always set utf8 as charset.
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL.

View File

@ -292,6 +292,8 @@ _gpgme_gpg_new (GpgObject *r_gpg)
_gpgme_gpg_add_arg (gpg, buf);
}
_gpgme_gpg_add_arg (gpg, "--no-tty");
_gpgme_gpg_add_arg (gpg, "--charset");
_gpgme_gpg_add_arg (gpg, "utf8");
leave:
if (rc)