Compute erc line lengths correctly for utf-8 (etc.)
commitcad2b8d109d4fd2b78d4e064af729336f348a2bb
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 18:24:04 +0000 (13 20:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 18:24:04 +0000 (13 20:24 +0200)
treea0098b37143c658356f859a2e5eac95680fee3e7
parentb7ac2761fc5e58dd48b8b11642d16ba2b4f04c74
Compute erc line lengths correctly for utf-8 (etc.)

* lisp/erc/erc-backend.el (erc-split-line): Fold the lines
according to octet length, not the number of characters (bug#23047).
lisp/erc/erc-backend.el