In [17]: u"this".encode('utf-8') Out[17]: 'this' In [18]: u"this".encode('utf-16') Out[18]: '\xff\xfet\x00h\x00i\x00s\x00'. Decoding bytes to text – you get ... ... <看更多>
In GeoNet i didn't receive helpful answer. I also searched answers in stackOverflow but didn't understand how to unicode the script. python ... ... <看更多>