タグ

unicodeに関するmanatenのブックマーク (2)

  • すべての漢字を取り出す正規表現 - totonのブログ


    http://www.unixuser.org/~euske/doc/python/sample.py.html #  JP_TOKEN = re.compile(u"[-]+|[-]+|[-]+|[a-zA-Z0-9]+") http://www.ascii.co.jp/pb/ascii/archive/aftercare/1999.html -JIS使 Lite2Unicode[-]使Unicode9FA0  id:toton:20051105 
    すべての漢字を取り出す正規表現 - totonのブログ
  • PythonのUnicodeEncodeErrorを知る - HDEラボ


    Python1unicode  UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-12: ordinal not in range(128) rubyPython TipsPython UNIXPython 2.4, 2.5 u1unicodes1strs1
  • 1