Hi, i'm brasilian, and i have had a encoding problem with django. See, i have this page:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <meta content="application/xhtml+xml; charset=utf-8" http-equiv="content-type" /> </head> <body> <b>Ol� mundo</b> </body> </html> and when i tell django to render it, the "�" of "Ol� mundo" becames a "?". Settings language code is set to pt-br (LANGUAGE_CODE = 'pt-br'), but even though, i had this problem. How can i solve that? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---