Re: Django failed to parse quote URL.

2008-04-30 Thread Karen Tracey
On Wed, Apr 30, 2008 at 10:12 AM, chatchai <[EMAIL PROTECTED]> wrote: > > Hi, > With Django trunk version, when make a web request with following URL, > Django return 400 client error, > > - http://localhost/%A1 (- http://localhost/? ) > See the discussion (particularl

Re: Django failed to parse quote URL.

2008-04-30 Thread chatchai
The problem is python cannot decode my language (Thai) character using utf8 which is default. Moreover, Django doesn't use character settings (DEFAULT_CHARSET) at beginning of processing of request. At, \django\core\handlers\wsgi.py", line 78, in __init__ self.path = force_unicode(environ['P

Django failed to parse quote URL.

2008-04-30 Thread chatchai
Hi, With Django trunk version, when make a web request with following URL, Django return 400 client error, - http://localhost/%A1 (- http://localhost/ก) Below is exception details, Traceback (most recent call last): File "D:\projects\simple\userprofile\tests.py", line 12, in test_details