Commit 45ad6b56 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify the default document charset as utf-8.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30895 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a2e7d7d
......@@ -42,7 +42,7 @@ class w3m_dump(popentransform):
__version__ = '2008.07.11-1'
binaryName = "w3m"
binaryArgs = "-dump -T text/html -o display_charset=utf-8 -o ignore_null_img_alt=0 "
binaryArgs = "-dump -T text/html -o document_charset=utf-8 -o display_charset=utf-8 -o ignore_null_img_alt=0 "
useStdin = True
def getData(self, couterr):
......
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