I'm using latest svn with postgres. My db is UTF-8. Django is UTF-8.
My HTML is UTF-8.

When I pull a string that has é in it, it shows up as a little box (or
a little box with 0082 in it in Firefox 3). If I try to print the
value to runserver, I get:
UnicodeEncodeError at /contact/request-info/
'charmap' codec can't encode character u'\x82' in position 2:
character maps to <undefined>

What am I missing? How do I get these characters to display properly?
--~--~---------~--~----~------------~-------~--~----~
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