On 7/12/07, Bryan <[EMAIL PROTECTED]> wrote:
> trying to do a .set with bytestrings that contain non ascii char
> values doesn't work.  It has to do a .encode('UTF-8') on the string I
> was attempting to push into memcached.  and likewise on pulling it
> back out I had to do a .decode('UTF-8').


Then you do Unicode.encode('utf-8'), you are creating a bytestring
with non-ascii char values.  I'm not sure how your statements can be
simultaneously true.

At any rate, I'll get a patch done soon.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to