Unicode everything

- Convert every strings to be sent in jabber messages in MailConnection to unicode.

darcs-hash:20060129133009-86b55-f5ea2d43f4187dd33383fa940108e23df4c3bec7.gz
This commit is contained in:
David Rousselie
2006-01-29 14:30:09 +01:00
parent 8fdd9d3be4
commit 6bbdb0be31
3 changed files with 29 additions and 29 deletions

View File

@@ -1,10 +1,10 @@
##
## test.py
## Login : <adro8400@claralinux>
## Started on Wed May 18 13:33:03 2005 adro8400
## $Id: run_test.py,v 1.2 2005/09/18 20:24:07 dax Exp $
## run_test.py
## Login : <david.rousselie@happycoders.org>
## Started on Wed May 18 13:33:03 2005 David Rousselie
## $Id: run_test.py,v 1.2 2005/09/18 20:24:07 David Rousselie Exp $
##
## Copyright (C) 2005 adro8400
## Copyright (C) 2005 David Rousselie
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
@@ -63,7 +63,7 @@ if __name__ == '__main__':
component2_suite, \
storage_suite, \
dbmstorage_suite))
test_support.run_suite(dbmstorage_suite)
test_support.run_suite(mail_connection_suite)
# coverage.stop()
# coverage.analysis(jabber.mailconnection_factory)