Hello,

* James Cloos <cl...@jhcloos.com> [120214 23:53]:
> I was unable to read a number of r2e generated emails today because they were
> in big5, even though the text was in english.
> 
> This seems to be related to the use of non-ascii quotes (‘’“”).

Thanks for this bug report. The list of character encodings is given
by the CHARSET_LIST configuration variable. The current default is to
try 'BIG5' first if the email cannot be sent as plain ASCII.

Can you try to put the following line in your config.py ?

CHARSET_LIST='US-ASCII', 'UTF-8', 'BIG5', 'ISO-2022-JP', 'ISO-8859-1'

If this solves your problem, that could make a more sensible default
value.

Have a nice day,

-- 
Etienne Millon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to