# HG changeset patch # User paulb # Date 1095373113 0 # Node ID 5d9003caabc6d398275aeb9b6f155c6954c74a78 # Parent 8d1f56d2b0238f702ffa20a2a26bfc648b81d304 [project @ 2004-09-16 22:18:33 by paulb] Added notes about cookie values. diff -r 8d1f56d2b023 -r 5d9003caabc6 README.txt --- a/README.txt Sun Sep 12 22:14:02 2004 +0000 +++ b/README.txt Thu Sep 16 22:18:33 2004 +0000 @@ -100,7 +100,9 @@ Cookie objects need defining strictly, especially since the standard library Cookie object behaves differently to mod_python (and possibly Webware) Cookie objects. Moreover, the set_cookie_value method needs to provide access to the -usual cookie parameters as supported by the frameworks. +usual cookie parameters as supported by the frameworks. The standard library +Cookie module has issues with Unicode cookie names (and possibly values) - +this is worked around, but it would be best to resolve this comprehensively. UTF-16 (and possibly other encodings) causes problems with HTML form data sent in POST requests using the application/x-www-form-urlencoded content type.