Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1719

Show
Ignore:
Timestamp:
09/18/07 12:06:00
Author:
fumanchu
Message:

Fix for #730 (missing unicode params after tools.decode).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/lib/encoding.py

    r1427 r1719  
    4242            decoded_params[key] = [v.decode(encoding) for v in value] 
    4343        elif isinstance(value, unicode): 
    44             pass 
     44            decoded_params[key] = value 
    4545        else: 
    4646            # value is a regular string: decode it 

Hosted by WebFaction

Log in as guest/cpguest to create tickets