On 3/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > also, google webmaster tools reports that the majority (about 80%, but > not all) of the site is US-ASCII, not UTF-8
The 'meta' element is basically meaningless; it's used as a last resort when no other information is available. Your server is sending the following: Content-Type: text/html Notice that there's no character set specified here; per the relevant specifications (RFC 2854, RFC 2616 and RFC 2046 for those playing along at home), clients should assume a default of either us-ascii or iso-8859-1 in that case. Check that you have set DEFAULT_CHARSET to 'utf-8' in your settings file. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---