감동, 마음이 움직이는 것

[python] utf-8로 모든 데이터 취급하기 본문

Tips (Utility, Computer Language, and etc.)

[python] utf-8로 모든 데이터 취급하기

Struggler J. 2017. 12. 25. 00:14

#-*-encoding:utf-8 -*-


import sys

import re

import numpy as np

reload(sys)

sys.setdefaultencoding('utf-8')