I have a simple Google App Engine app, that I wrote using ordinary strings. I realize I want to make it handle unicode. Are there any gotchas with this? I’m thinking of all the strings that I currently already have in the live database. (From real users who I don’t want to upset.)
Share
Alexander Kojevnikov said: ‘The datastore internally keeps all strings in unicode.’
In other words, your application is already using unicode everywhere. Thank the google folks for a sensible API. No further work required.