> Right now it's being rendered by the browsers as "Â" (without quotes). > > That's because it's telling the browser the wrong encoding. > > The best reference I can find is: > http://stackoverflow.com/questions/1461907/html-encoding-issues-a-character-showing-up-instead-of-nbsp > > So how do I tell CherryPy to tell the browser that it's utf-8?
Is this what you are looking for? http://www.cherrypy.org/wiki/BuiltinTools#tools.encode Cheers, Daniel >> What makes you think will be rendered differently if the >> charset is changed? I'd think in both cases it will show up as a >> non-breaking space. >> >> Cheers, >> Daniel >> >> -- >> Psss, psss, put it down! -http://www.cafepress.com/putitdown > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

