Hi, Rene.
I have an unicode issue but it has *nothing* to with CherryPy.When i do in my application: # -*- coding:utf-8 -*- from pyjamas.ui.HTML import HTML text = "öäüéàè" h = HTML(text)
I do: text = u"привет" And it always worked fine. May be text must be unicode in your case too? Seva

