2013. 9. 27. 11:48, 툴 정보 및 사용법/Python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- coding: euc-kr -*- //우분투에서 필수 영문ver
print u'\uc548\ub155\ud558\uc138\uc694gkgksd'
#print unicode('한글asdfasdfasdfasdf','EUC-KR') //우분투
#print unicode('한글asdfasdfasdfasdf','MBCS')
#print unicode('한글asdfasdfasdfasdf','EUC-KR').ENCODE('UTF-8')
print unicode('한글asdfasdfasdfasdf')
print unicode('윈도우즈 파이썬은 기본적으로 EUC-KR 인코딩')
print unicode('우분투 파이썬은 EUC-KR 인코딩해야함') //영문ver
'툴 정보 및 사용법 > Python' 카테고리의 다른 글
윈도우용 파이썬 패키지 설치할 때 알아두어야 할 것 (0) | 2014.05.23 |
---|---|
Pyhon colored output string (0) | 2014.04.02 |
Python 코드 몇개(LCS, LRS) (0) | 2014.03.18 |
파이썬 팁 모음 (0) | 2014.02.25 |
python version 2.6.5 -> 2.7.2 (using pythonbrew) (0) | 2013.07.18 |
Comments, Trackbacks