mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Merge pull request #836 from MatthewShao/fix#835
Fix #835 , can display unicode character correctly
This commit is contained in:
commit
40b1819293
@ -228,7 +228,8 @@ class ViewHTML(View):
|
||||
s = lxml.etree.tostring(
|
||||
d,
|
||||
pretty_print=True,
|
||||
doctype=docinfo.doctype
|
||||
doctype=docinfo.doctype,
|
||||
encoding='utf8'
|
||||
)
|
||||
return "HTML", format_text(s)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user