lkcl luke <[email protected]> wrote (14.02.2012):

>  hmm.... how many other people would be affected by this?
> 
>  it sounds like the sort of thing that would fix some of the issues
> encountered by other people.

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)

text will be displayed correct with pyjamas desktop. But not correct
when serving the app with CherryPy or Apache or when i direct open the
html file with a browser (fox or chromium).

the same behaviour here when i modify Info.py from the kitchensink
example (i.e. adding öäüéàè to the HTML element)....

Any hints for this?

René

Reply via email to