This is a wild guess, but maybe it is an internal marker that means
"Unicode string". Do you have issues working with the string, or are
you just looking through the datastore viewer?

On Apr 24, 8:23 am, TiagoP <[email protected]> wrote:
> Hi,
>
> I have a field in my db which is a List of Strings.
>
> I add strings to that list and it works fine on the development
> server.
>
> This is the result: [mat12, bg10]
>
> When I do the same on the deploy server, this is the result:
> [u'mat12', u'bg10']
>
> I don't understand why it adds "u' '" to the string.
>
> I would really appreciate your help.
>
> Thanks
>
> --
> 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 
> athttp://groups.google.com/group/google-appengine-java?hl=en.

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

Reply via email to