2
我正在製作Google AppEngine應用程序。 Python 2.5.2運行時環境是否遵循Unicode標準? (例如,unicode對象上的lower()和upper()方法。)Python 2.5.2是否遵循Unicode for lower()和upper()?
我正在製作Google AppEngine應用程序。 Python 2.5.2運行時環境是否遵循Unicode標準? (例如,unicode對象上的lower()和upper()方法。)Python 2.5.2是否遵循Unicode for 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