I have a string that prints out like this
print a
\u4f53\u91cd\u8a08
I am using eclipse and the console can print unicode characters, I have tested it like this.
print u'\u4f53\u91cd\u8a08'
体重計
It prints out correctly, how can I make the string in the variable a to be printed like above.
Thanks very much for advance.