2

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.)

Nick Johnson
  • 100,655
  • 16
  • 128
  • 198
Albert
  • 3,611
  • 3
  • 28
  • 52

1 Answers1

5

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

Community
  • 1
  • 1
DMags
  • 1,621
  • 1
  • 13
  • 12