Gábor Farkas wrote:
> i'd like to know about Request objects... how "early" do you plan to 
> switch to unicode?
> 
> will request.GET/POST already contain unicode-keys + unicode-values?
> 
> what about request.META?
> 
> 
> i would personally like to have GET/POST already contain unicode data.
> i am not sure about request.META. but because it can contain practically 
> anything, i think it's better to leave it as byte-strings...
> 
Also, what about image/file uploads, are you planning to convert these 
to Unicode, or leave them alone untouched.  Should there be a binary 
flag set on the ImageField in the form so the clean_data['content'] 
stays the way it came in?

Adam

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