본문 바로가기

app/python

utf8 string to int


utf8_str = u'1'

ascii_int = int(utf8.encode("ascii", "ignore"))



'app > python' 카테고리의 다른 글

no module named setuptools  (0) 2014.09.12
python Fibonacci Sequence  (2) 2014.09.05
python aes encrypt decrypt  (0) 2014.08.28
python image to base64 encode/decode  (0) 2014.07.28
python 한글 에러 SyntaxError: Non-ASCII character '' in file ...  (0) 2012.07.29