| Title | Administrative emails can fail with Unicode data |
| Status | closed |
| Priority | essential |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | If the P4DTI has to send an email message regarding a problem encountered while replicating a defect record, and the email message contains Unicode data in particular locations, the email attempt can fail. |
| Analysis | str(s) fails if s has non-ASCII Unicode characters. Use s.encode('utf8') instead, in a couple of places while constructing email messages. |
| How found | automated_test |
| Evidence | I just know |
| Observed in | 2.4.3 |
| Introduced in | 2.4.3 |
| Test procedure | test_p4dti.py unicode_lifecycle |
| Created by | Nick Barnes |
| Created on | 2009-04-14 13:20:38 |
| Last modified by | Nick Barnes |
| Last modified on | 2009-04-14 13:27:50 |
| History | 2009-04-14 NB Created. |