On Wednesday 25 April 2007 12:28, [EMAIL PROTECTED] wrote:
> Hi... I searched and read the previous posts, but didn't see a clear
> fix for my problem that I could understand how to implement.
>
> I believe the problem is coming from attempting to display a string
> that contains the word:  " Ren\xe9" under Genshi.
>
> How can I make this work?

Showing us the code would help tremendously.

And most probably all you need is to do write

u"Ren\xe9" 

instead of

"Ren\xe9"

Diez

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to