singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

Bad ordering of entities containing international characters #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run query on model, ex. categories = db.GqlQuery("SELECT * FROM Category
ORDER BY name ASC")
2. List result

What is the expected output? What do you see instead?
"Čerpadlo" beginning with (Č entity) should by before "Motory" in Gql
result ordered ASC
I see "Motory" as first

What version of the product are you using? On what operating system?
1.1.0, Ubuntu 8.04

Original issue reported on code.google.com by suchy.i...@gmail.com on 23 Jul 2008 at 11:56

GoogleCodeExporter commented 8 years ago
This is not a problem with the sample: This is how Bigtable works. There are 
ways around this limitation but it 
would require a separate category property with all symbols translated to ASCII 
equivalents. I'm sure there's a 
plugin somewhere for this purpose.

Original comment by genius.w...@gmail.com on 16 May 2010 at 12:12