From: Manuel Nickschas Date: Wed, 13 Feb 2008 16:32:49 +0000 (+0000) Subject: More improvements to encoding handling. There is now a server encoding that X-Git-Tag: 0.2.0-alpha1~62 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=723db5bff304ad3fdf5a0609198c65a66bfbaea7;hp=723db5bff304ad3fdf5a0609198c65a66bfbaea7 More improvements to encoding handling. There is now a server encoding that is independent from the message sending/receiving encodings, so you can have a channelname encoded in ISO, for example, and still send messages in utf8 to that chan. No UI to configure this yet, the server encoding is hardcoded to Latin1 for now. The rest can be edited in network settings. ---