From 1a0534367e544cc35e3c171fbddc552bb2945a9c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 11 Apr 2001 15:45:35 +0000 Subject: Use camel_charset_locale_name() to get the locale charset rather than 2001-04-11 Jeffrey Stedfast * camel-sasl-digest-md5.c (digest_response): Use camel_charset_locale_name() to get the locale charset rather than checking the CHARSET environment variable. This is a much less ugly hack. Also: If we fail to be able to convert to UTF8, then disavow all knowledge of the charset parameter. * camel-charset-map.c (camel_charset_locale_name): New function to return the locale charset (or NULL if US-ASCII). svn path=/trunk/; revision=9237 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 8027680908..99abe595ea 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-04-11 Jeffrey Stedfast + + * camel-sasl-digest-md5.c (digest_response): Use + camel_charset_locale_name() to get the locale charset rather than + checking the CHARSET environment variable. This is a much less + ugly hack. Also: If we fail to be able to convert to UTF8, then + disavow all knowledge of the charset parameter. + + * camel-charset-map.c (camel_charset_locale_name): New function to + return the locale charset (or NULL if US-ASCII). + 2001-04-11 Jeffrey Stedfast * camel-pgp-context.c (camel_pgp_verify): Use -- cgit v1.2.3