【发布时间】:2012-04-14 03:36:10
【问题描述】:
当我在 Python 2.7 中使用 .lower() 时,字符串不会转换为字母 ŠČŽ 的小写字母。
我从字典中读取数据。
我尝试使用str(tt["code"]).lower()、tt["code"].lower()。
有什么建议吗?
【问题讨论】:
-
看看stackoverflow.com/questions/727507/…,我想应该是有关系的。
标签: python python-2.7 unicode lowercase python-unicode