Skip to content

Commit

Permalink
UTF-8 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gangwon authored and sim0629 committed Oct 8, 2013
1 parent a37099c commit 5e74f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import os
import re
import sys
reload(sys)
sys.setdefaultencoding('utf-8')

import cgi
import Cookie
Expand Down

0 comments on commit 5e74f10

Please sign in to comment.