我必须在我的 python 应用程序中使用特殊字符。例如:ƃ 我有这样的信息:
U+0183 LATIN SMALL LETTER B WITH TOPBAR
General Character Properties
In Unicode since: 1.1
Unicode category: Letter, Lowercase
Various Useful Representations
UTF-8: 0xC6 0x83
UTF-16: 0x0183
C octal escaped UTF-8: \306\203
XML decimal entity: &# 387;
但是当我只是将符号放入 python-script 时,我得到一个错误:
非 ASCII 字符 '\xc8' ...如何在我的应用程序的字符串中使用它?