I'm using full utf8. Whenever I need to import data, I make sure they are utf8 encoded.
an extract from a database dump: SET statement_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = off; SET check_function_bodies = false; SET client_min_messages = warning; SET escape_string_warning = off; [...] COPY xxx (id, description) FROM stdin; 1 [...]passionnée[...]vêtements[...]bébé très \. As you can see, there are all sort of accents which are correctly processed and displayed. Regards, Xavier. Le 22 août 2013 à 11:36, Radomir Wojcik <rado...@cldssinc.com> a écrit : > Xavier , which encoding do you use for french characters with django? > > UTF-8 does not like é, > > But it says it exists in utf-8: > U+00E9 é c3 a9 LATIN SMALL LETTER E WITH ACUTE > http://www.utf8-chartable.de > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.