diff libgaim/protocols/yahoo/yahoo.c @ 14285:baf9f997746c

[gaim-migrate @ 16971] Add an encoding option. Let's you specify something other than iso-8859-1 for the nonUTF-8 pieces of the protocol. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 22 Aug 2006 05:30:30 +0000
parents d559d6dcb970
children b8697618399a
line wrap: on
line diff
--- a/libgaim/protocols/yahoo/yahoo.c	Tue Aug 22 04:46:42 2006 +0000
+++ b/libgaim/protocols/yahoo/yahoo.c	Tue Aug 22 05:30:30 2006 +0000
@@ -3884,6 +3884,10 @@
 	option = gaim_account_option_bool_new(_("Ignore conference and chatroom invitations"), "ignore_invites", FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 
+	option = gaim_account_option_string_new(_("Encoding"), "local_charset", "ISO-8859-1");
+	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
+
+
 #if 0
 	option = gaim_account_option_string_new(_("Chat room list URL"), "room_list", YAHOO_ROOMLIST_URL);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);