'ascii' codec can't decode byte 0xe5 in position 0: ordinal not in range(128)


Traceback (most recent call last):
  File "/mnt/hd/web/1bpm.net/ml.csound/app/handler.py", line 386, in <module>
    handle()
  File "/mnt/hd/web/1bpm.net/ml.csound/app/handler.py", line 375, in handle
    return Overview(mailing_list).render({"page": int(parts[2])})
  File "/mnt/hd/web/1bpm.net/ml.csound/app/handler.py", line 203, in render
    self.create(data)
  File "/mnt/hd/web/1bpm.net/ml.csound/app/handler.py", line 249, in create
    tmessage.subject
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 0: ordinal not in range(128)