Issue 18: UTF-8 encoded strings fail in send_mail
http://code.google.com/p/django-notification/issues/detail?id=18

New issue report by aarond10:
What steps will reproduce the problem?
1. Send a reply message with a UTF-8 body to a friend using the pinax
messaging framework.
2. Error.

What is the expected output? What do you see instead?
Get an encoding error:

UnicodeEncodeError at /messages/reply/2/
'ascii' codec can't encode characters in position 124-126: ordinal not in
range(128)
Request Method: POST
Request URL:    http://.../messages/reply/2/
Exception Type: UnicodeEncodeError
Exception Value:        
'ascii' codec can't encode characters in position 124-126: ordinal not in
range(128)
Exception Location:     /var/lib/python-
support/python2.5/MySQLdb/connections.py in string_literal, line 180


What version of the product are you using? On what operating system?
Pinax SVN-1061, Django SVN-9246

Please provide any additional information below.

Reproducable each time.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to