diff options
| author | Sam Varshavchik | 2017-09-19 20:20:30 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-09-19 20:20:30 -0400 | 
| commit | 9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23 (patch) | |
| tree | 8a3e141caded03ea7978a9635cb65721d1d6e036 /gpglib/testgpg.c | |
| parent | ecda1daf86eda07e6d315fd2c7be41cf8a6a5781 (diff) | |
| download | courier-libs-9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23.tar.bz2 | |
Change default encoding character set to UTF-8.
Diffstat (limited to 'gpglib/testgpg.c')
| -rw-r--r-- | gpglib/testgpg.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gpglib/testgpg.c b/gpglib/testgpg.c index a2178c0..6d266b3 100644 --- a/gpglib/testgpg.c +++ b/gpglib/testgpg.c @@ -35,10 +35,10 @@ static int poll_wait(void *dummy)  static void genkey(const char *d)  { -	libmail_gpg_genkey(d, "iso-8859-1", +	libmail_gpg_genkey(d, "utf-8",  		   "John Smith",  		   "john@example.com", -		   "Dummy ISO-8859 Tëëst key", +		   "Dummy UTF-8 Tëëst key",  		   1024,  		   2048,  		   12, | 
