utf8 encoding with no charset

darcs-hash:20060201073540-86b55-5e003fd016ae0b76ee2ce81fa6670f67d7aa4459.gz
This commit is contained in:
David Rousselie
2006-02-01 08:35:40 +01:00
parent 453d986f8d
commit 0cf07b0a25
3 changed files with 8 additions and 6 deletions

View File

@@ -103,8 +103,8 @@ class MailConnection_TestCase(unittest.TestCase):
make_test((True, True, True), \
lambda self, email: self.connection.format_message(email), \
u"From : encoded from (éàê)\nSubject : encoded subject (éà" + \
u"ê)\n\nEncoded multipart1 with 'iso-8859-15' charset (éàê" + \
u")\nEncoded multipart2 with 'iso-8859-15' charset (éàê)\n")
u"ê)\n\nutf-8 multipart1 with no charset (éàê)" + \
u"\nEncoded multipart2 with 'iso-8859-15' charset (éàê)\n")
class POP3Connection_TestCase(unittest.TestCase):