What editor are you using  for the template? There's no point in
specifying the encoding as a meta if the actual html template files
has not been saved in that encoding. Use the same encoding in your
editor settings as you are using in your meta specification.

Either  your template file has a BOM or Django is interpreting that it
should be UTF8. The easiest way to fix this is saving the file as UTF8
and changing your meta settings. All characters in Latin 1 are in
Unicode so you can stick to unicode for all of it.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to