Daniel 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? Thanks Sam On Jan 7, 5:09 am, Daniel Fetchinson <[email protected]> wrote: > 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.

