Mercurial > pidgin
changeset 9914:3df9ffcb9b06
[gaim-migrate @ 10806]
Small tweak
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 30 Aug 2004 03:34:54 +0000 |
parents | 0056843d512c |
children | 0ddc84d81eac |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Aug 30 02:28:12 2004 +0000 +++ b/src/protocols/oscar/oscar.c Mon Aug 30 03:34:54 2004 +0000 @@ -464,7 +464,7 @@ charsetstr2 = "UTF-8"; } else if (charset == AIM_CHARSET_ASCII) { /* Should just be "ASCII" */ - charsetstr1 = "ISO-8859-1"; + charsetstr1 = "ASCII"; charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); } else if (charset == 0x000d) { /* Mobile AIM client on a Nokia 3100 and an LG VX6000 */