On Wed, Aug 24, 2011 at 1:47 PM, Michel30 <[email protected]> wrote: > Hi all, > > I have written an application using Django 1.3 , apache2 and a mysql > db. > I'm using the db to store filepaths and filenames for legacy purposes > while serving them to users with apache. > > Now mysql is using latin-1 (with the filenames most likely stored in > CP-1252) while Django uses utf-8. >
That is not going to fly. You will likely need to ensure you have a consistent character encoding across your website, database and file system. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

