in reply to utf8/yui/json/ajax/plack troubles

There are two points to (easily) check whether you have a wrong encoding there:

If you're returning JSON mixed with HTML, make sure that the HTML, headers and JSON all have the same encoding.

Replies are listed 'Best First'.
Re^2: utf8/yui/json/ajax/plack troubles
by ron.savage (Acolyte) on Jun 20, 2012 at 02:13 UTC
    Hi Thanx for the suggestion about examining the headers. After setting the charset in the Content-Type header before returning the JSON, it worked. Phew! Cheers Ron