Commit de65bec4 authored by Jérome Perrin's avatar Jérome Perrin

html to text: configure w3m not to use ascii equivalent for entities

parent 09493ad0
......@@ -44,7 +44,7 @@ class w3m_dump(subprocesstransform):
__version__ = '2008.07.11-1'
binaryName = "w3m"
binaryArgs = "-dump -T text/html -o document_charset=utf-8 -o display_charset=utf-8 -o ignore_null_img_alt=0 "
binaryArgs = "-dump -T text/html -o alt_entity=0 -o document_charset=utf-8 -o display_charset=utf-8 -o ignore_null_img_alt=0 "
useStdin = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment