Hi all, So I am using a Django 0.97 for local testing, and shipped a django script to a production server on WebFaction with Django 1.0. It spits html that consists of random characters from ascii value 0 to 256. Works great locally.
To my surprise, it fails in Django 1.0 on WebFaction. If higher order ascii is present in the string ( I used chr(184) ), the string did not get passed even to Apache, which means I get an empty string instead. My question is : 1. Is Django 1.0 has some kind of internal filter that strips strings containing weird ascii value ( 184, 185, etc ) by default? How do I turn it off? 2. Directly writing the 184 ascii in HTML results in "Unicode Error". Unicode? I thought I am using just ASCII? Thanks a lot! --- Best Regards Log0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---