[google-appengine] Re: Unicode problem with GAE datastore

2008-12-17 Thread Nora
Hello, may be you need to enclose your text in unicode() As I am developing a website for arabic unicode, I do the following: p = unicode('نورا') Try thatit might work Good luck Nora On Dec 17, 7:42 am, Lacrima wrote: > My English is not very good, so sorry if my post is not clear.

[google-appengine] Re: Unicode problem with GAE datastore

2008-12-17 Thread Alexander Kojevnikov
> I use Django to develop my GAE application. > The problem is I can't put my unicode data to datastore. Here is a bit > of my view.py: > > # -*- coding: utf8 -*- > from myproject.myapp.models import * > c = Clients() > c.Name = "Иванов" #Here is some text in Russian > c. put() > > This code calls

[google-appengine] Re: Unicode problem with GAE datastore

2008-12-17 Thread Lacrima
Nora, Alexander Kojevnikov, thanks a lot!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this gr