On 2012-07-26 00:18 +0800, Li Ian-Xue wrote: > I discovered recently that the irc client `rcirc', although has an > max-message-length set, but it simply uses (length str) for detecting > the output length, which is not desirable for multibyte users because > usually our characters encode to more than one byte, and this causes an > error that the client actually sends out more bytes than the standard > has required (512 bytes to my understanding). Could you test if the attached patch fixes this problem? Thanks.