I know why it's failing when I send it as an email. The django
EmailMessage class will try to encode any text based attachment down
to ascii. So any attachment containing characters out side of ascii
can't be sent using django's EmailMessage class.

This doesn't really solve my problem, sort of makes it harder to see a
way forward.

Someone must have a way of working with text pasted from MS Word in
django?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to