From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([94.135.152.80]) by ttr; Sun Feb 16 13:38:06 EST 2014 Message-ID: <6dd39b7f53088ae30d6565a56ab91de4@felloff.net> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: extensible proven pipelining rich-client interface Date: Sun, 16 Feb 2014 19:38:02 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] mothra not respecting charset=utf-8 In-Reply-To: <1392547636.22281.83982753.3496171A@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit pushed fix. the problem is that pl_readc() returns bytes, not full runes. the byte to rune translation was done in pl_nextc() but the plaintext handler doesnt use pl_nextc() as that does additional html tokenization. http://code.google.com/p/plan9front/source/detail?r=fa04f7734453fb580edf6af61b45a77fc8f0ee03 -- cinap