--- /usr/lib/python2.3/email/Charset.py.orig 2004-01-12 15:52:29.000000000 -0800 +++ /usr/lib/python2.3/email/Charset.py 2004-01-18 17:31:01.000000000 -0800 @@ -61,7 +61,7 @@ 'shift_jis': (BASE64, None, 'iso-2022-jp'), 'iso-2022-jp': (BASE64, None, None), 'koi8-r': (BASE64, BASE64, None), - 'utf-8': (SHORTEST, BASE64, 'utf-8'), + 'utf-8': (SHORTEST, QP, 'utf-8'), # We're making this one up to represent raw unencoded 8-bit '8bit': (None, BASE64, 'utf-8'), }