Hello,

#19468 sparked an interesting debate; Claude and I would like some feedback
before making a decision.

Here's a summary of the problem.

Django must decode environ['PATH_INFO'] to obtain request.path, where
decoding means :
1 - URL-decoding to a bytestring
2 - "charset-decoding" to an unicode string

The question is : what charset should be used in step 2?

Candidates are:
a)





-- 
Aymeric.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to