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

Does Python 2.5.2 follow Unicode for lower() and upper()?

我正在做一个Google Appengine应用程序。python 2.5.2运行时环境是否遵循unicode标准?(例如,unicode对象上的lower()和upper()方法。)


是和不是。

例如,请参阅这里讨论的代码:如何将Unicode转换为大写以打印它?

请在此处查看正式的书面文档:

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