Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed May 16, 2013
1 parent d9c91c8 commit 63343b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygal/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def to_str(string):

def u(s):
if sys.version_info[0] == 2:
return unicode(s, "unicode_escape")
return s.decode('utf-8')
return s


Expand Down

0 comments on commit 63343b4

Please sign in to comment.