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 /unicode | |
| parent | ecda1daf86eda07e6d315fd2c7be41cf8a6a5781 (diff) | |
| download | courier-libs-9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23.tar.bz2 | |
Change default encoding character set to UTF-8.
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/unicodetest.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unicode/unicodetest.c b/unicode/unicodetest.c index b59fab3..08f0b41 100644 --- a/unicode/unicodetest.c +++ b/unicode/unicodetest.c @@ -47,7 +47,7 @@ static void test1()  	cb.cnt=0;  	cb.size=sizeof(outputbuf); -	if ((h=unicode_convert_init("UCS-4BE", "ISO-8859-1", +	if ((h=unicode_convert_init("UCS-4BE", "UTF-8",  				      save_output, &cb)) == NULL)  	{  		perror("unicode_convert_init"); | 
