Is there any particular reason that the CherryPy decodeFilter isn't enabled by *default* in TurboGears? This gave me fits earlier today, and once I found the solution, I was puzzled why this isn't on by default. Kid assumes UTF-8, and most browsers submit UTF-8, so it seems like this should be on in the [global] section as follows:
decodingFilter.on = True
decodingFilter.encoding = "utf8"
Am I wrong?
Jonathan LaCour
http://cleverdevil.org

