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

发布于 2024-09-15 13:05:57 字数 112 浏览 6 评论 0原文

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

I'm making a Google AppEngine Application. Does the Python 2.5.2 runtime environment follow the Unicode Standards? (For example, the lower() and upper() methods on unicode objects.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一梦浮鱼 2024-09-22 13:05:57

是和不是。

有关示例,请参阅此处讨论的代码:如何转换 Unicode要大写才能打印吗?

请在此处查看正式的、编写良好的文档:

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

Yes and no.

For an example, see the code being discussed here: How can I convert Unicode to uppercase to print it?

Check here for a formal, well-written document:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文