ByteString should store anything you want.   I have had issues with Unitype
Strings and non-unitype characters.

 

From: [email protected]
[mailto:[email protected]] On Behalf Of Tim Hoffman
Sent: Monday, December 12, 2011 8:45 PM
To: [email protected]
Subject: [google-appengine] Re: Can't store strings with apostrophes in the
datastore

 

HI

 

I store apostrophe's in the datastore all the time.

 

You should first check the strings as you get it out of Youtube. 

 

Log them, or try intreractively through the interpreter without appengine in
the way, or use pdb, then

set breakpoints all the way to just before you put the record and see if you
still have the full string.

 

Rgds

 

Tim

-- 
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/Yg61UxFA5nAJ.
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?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to