编程语言
首页 > 编程语言> > Python 2.5.2是否针对lower()和upper()遵循Unicode?

Python 2.5.2是否针对lower()和upper()遵循Unicode?

作者:互联网

我正在制作一个Google AppEngine应用程序. Python 2.5.2运行时环境是否遵循Unicode标准? (例如,unicode对象上的lower()和upper()方法.)

解决方法:

是的,没有.

有关示例,请参见此处讨论的代码:How can I convert Unicode to uppercase to print it?

在这里查看正式的,写得很好的文档:

http://www.cmlenz.net/archives/2008/07/the-truth-about-unicode-in-python

标签:python,unicode,case-sensitive
来源: https://codeday.me/bug/20191011/1894491.html