Skip to content

Commit

Permalink
Change default charset to utf-8 instead of ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Oct 26, 2015
1 parent 4599cc1 commit b7e4789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urlscan/urlscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from html.parser import HTMLParser


def get_charset(message, default="ascii"):
def get_charset(message, default="utf-8"):
"""Get the message charset"""
if message.get_content_charset():
return message.get_content_charset()
Expand Down

0 comments on commit b7e4789

Please sign in to comment.