weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [bug #38734] Weechat ignores/breaks messages that are too


From: Sebastien Helleu
Subject: [Weechat-dev] [bug #38734] Weechat ignores/breaks messages that are too long and are written in Korean language
Date: Sun, 14 Apr 2013 07:30:55 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31

Update of bug #38734 (project weechat):

                  Status:                    None => Wont Fix               
             Assigned to:                    None => flashcode              

    _______________________________________________________

Follow-up Comment #1:

Problem happens because the message is cut by another client (to fit in the
IRC 512 bytes limit).

Some clients like irssi cuts the message in the middle of an UTF-8 char, and
then the message becomes UTF-8 invalid.

When the message is not UTF-8 valid, WeeChat will try to decode it using
"decode" charset, which is by default "iso-8859-1".
And after such decode, all UTF-8 chars are lost.

One solution is then to remove the "iso-8859-1" default decode charset if you
don't use it (or set it only on buffers where you really need it):


/set charset.default.decode ""


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?38734>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]