Hi,

I've just switched from 0.96 to the trunk and follow the quick unicode
check list.

Here is my problem: I've previously made some tests which verify the
render of some __repr__ of my objects and those ones are on multiple
lines. E.g.:

>>> myobject
<foo>
    <bar>
</foo>

Now that I've got unicode, it auto-escape my \n and it returns:

>>> myobject
<foo>\n    <bar>\n</foo>

Is there a simple way to unescape unicode strings? Have I missed
something? (I hope I don't need to rewrite all my tests...)

David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to