diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-22 08:56:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-22 08:56:07 +0200 |
commit | 8b47243516dab4462eb57fca2e3ce79b34b5c146 (patch) | |
tree | 52813663cf7c210adb044c9f258d4047a6447749 /ChangeLog.asciidoc | |
parent | 2c4b0e32ec654903f6c0b934a556012fc2f0f696 (diff) | |
download | weechat-8b47243516dab4462eb57fca2e3ce79b34b5c146.zip |
irc: fix display of messages sent to server in raw buffer
Since the received messages are displayed without UTF-8 conversion (ie
this is really the data received), it is consistent to display the
message really sent to server (ie after charset conversion), instead of
the UTF-8 internal message.
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index f962d5159..1d15d2fba 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -23,6 +23,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === Bugs fixed +* irc: fix display of messages sent to server in raw buffer * irc: fix display of invalid UTF-8 chars in raw buffer == Version 1.3 (2015-08-16) |