Skip to content

Commit

Permalink
fixed unicode print bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trhura committed Sep 23, 2013
1 parent bf51754 commit 6b6034a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ def parse_death(tag, message):
message = matcher.sub(replace, message)

linebuf += indent_wrap(message)
print(linebuf)
print(linebuf.encode('utf-8'))

0 comments on commit 6b6034a

Please sign in to comment.