Re: [Mailman-Users] problem with accented characters, converting HTML to plain text

2015-07-21 Thread Mark Sapiro
On 7/21/15 12:42 AM, Laura Creighton wrote: > > My new rule in my mailer for how to display html text is: > > w3m -dump -o display_link_number=1 -cols 78 -T text/html -I "$(echo %a | sed > -r 's/.*charset="?([-a-zA-Z0-9_]*).*/\1/')" -O utf-8 | less > > which is one heck of a mouthful, but hasn'

Re: [Mailman-Users] problem with accented characters, converting HTML to plain text

2015-07-21 Thread Laura Creighton
In a message of Mon, 20 Jul 2015 11:04:08 -0700, Mark Sapiro writes: >On 7/19/15 1:13 PM, Dominique Asselineau wrote: >> Hello, >> >> When a e-mail in text/html content-type is converted in to plain text, >> the accented characters are not treated correctly. > > >There are potential issues with th

Re: [Mailman-Users] problem with accented characters, converting HTML to plain text

2015-07-20 Thread Mark Sapiro
On 7/19/15 1:13 PM, Dominique Asselineau wrote: > Hello, > > When a e-mail in text/html content-type is converted in to plain text, > the accented characters are not treated correctly. There are potential issues with this. Mailman gets the content of the text/html part and calls HTML_TO_PLAINTEX

[Mailman-Users] problem with accented characters, converting HTML to plain text

2015-07-20 Thread Dominique Asselineau
Hello, When a e-mail in text/html content-type is converted in to plain text, the accented characters are not treated correctly. in configuration file /usr/lib/mailman/Mailman/Defaults.py the variable HTML_TO_PLAIN_TEXT_COMMAND = '/usr/bin/lynx -dump %(filename)s' and this variable is n