Python - why unicode literal is needed if string is unicode in Python 3?

后端 未结 0 1214
后悔当初
后悔当初 2021-01-04 17:58

In my understanding, string in Python 3 is UTF-8, so we should be able to use any unicode code points except private area ones. Then why Unicode literal with u"..

相关标签:
回答
  • 消灭零回复
提交回复
热议问题