Author: joes
Date: Sun Aug 21 09:40:20 2005
New Revision: 234259
URL: http://svn.apache.org/viewcvs?rev=234259&view=rev
Log:
Scan the resultant url-decoded string for control chars, to ensure we
always set the charset to cp1252 whenever they're present.
Modified:
httpd/apreq/trunk/CHANGES
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/CHANGES?rev=234259&r1=234258&r2=234259&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Sun Aug 21 09:40:20 2005
@@ -5,6 +5,9 @@
@section v2_07 Changes with libapreq2-2.07
+- C API [joes]
+ Improve the cp1252-charset heuristics for apreq_decode(v).
+
- C API [Ralph Mattes]
Add explicit casts for apreq_param_charset_* to keep c++ compilers happy.