Commit 085c3b2f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly specify output charset as utf-8.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28668 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e3e7378
......@@ -42,7 +42,7 @@ class w3m_dump(popentransform):
__version__ = '2008.07.11-1'
binaryName = "w3m"
binaryArgs = "-dump -T text/html "
binaryArgs = "-dump -T text/html -o display_charset=utf-8 "
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