How to change common string to unicode string?
I have a string in code like following:
obj = someAPI()
s = str(obj)
Now I want to show the string s to user by appuifw.note(), but this function need a unicode string as parameter.
So anyone can tell me hhow to change my s to unicode string to match this function?

Reply With Quote


