Skip to content

Instantly share code, notes, and snippets.

@w3ddd
Created February 20, 2012 05:42
Show Gist options
  • Save w3ddd/1868008 to your computer and use it in GitHub Desktop.
Save w3ddd/1868008 to your computer and use it in GitHub Desktop.
#-*- coding:utf8 -*-
s = str("日本語")
try:bytes(s,"utf8")
except:print("error")
try:str(s)
except:print("error2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment