Hi Diez...

Thanks for responding!  I'm not really at liberty to share the code,
but I'll try and make up a test case that shows this if you can't help
with this extra piece of information which I should have included
originally (sorry).

Ren\xe9 comes straight out of mysql through sqlobject and then into
Genshi.  It's not a string literal in my python code.  Therefore I
can't just put a u in front of the string.

Any more ideas?

Thanks!

On Apr 25, 3:43 am, "Diez B. Roggisch" <[EMAIL PROTECTED]>
wrote:
> 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