More improvements to encoding handling. There is now a server encoding that
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2008 16:32:49 +0000 (16:32 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2008 16:32:49 +0000 (16:32 +0000)
commit723db5bff304ad3fdf5a0609198c65a66bfbaea7
treea294307babdf46166b35111838573978d2c0fe31
parentdd2b40bf10da0309a72a9b2e8f49af752646fd92
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.
13 files changed:
src/common/ircchannel.cpp
src/common/ircchannel.h
src/common/ircuser.cpp
src/common/ircuser.h
src/common/main.cpp
src/common/network.cpp
src/common/network.h
src/core/basichandler.cpp
src/core/basichandler.h
src/core/ircserverhandler.cpp
src/core/networkconnection.cpp
src/core/networkconnection.h
src/core/userinputhandler.cpp