You should be aware of case sensitivity issues at all times. From what I remember, international characters will work as entity names, but I would stay away from them since there are known issues with the datastore viewer. As entity kinds map to class names and fields map to class fields, it's generally a good idea to stick to characters that are commonly used in Java methods and Class names.
On Mon, Feb 22, 2010 at 2:09 PM, DutrowLLC <[email protected]> wrote: > What are the valid characters in entity names? Also, they are case > sensitive, correct? > > Thanks! > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
