2010年5月8日土曜日

python 文字列判定 chardet編

apt-get install python-chardet
 
import chardet
print chardet.detect("文字列")
{'confidence': 1, 'encoding': 'SHIFT_JIS'}

0 件のコメント:

コメントを投稿