This is true! I'd used sniffer protable to monitor http session which ran on my old project,I found when I send a xml data,just like: <?xml version="1.0"?> <ajax-request> <field name='username' type='text'><![CDATA[管理员]></field> <field name='password' type='text'><![CDATA[pass]></field> </ajax-request>
It contains some chinese characters(管理员).In the sniffer decode result,the chinses chars were decode with utf-8,and without urlencoding. Do you think it's normally and correctly post behave that using urlencode method to encode post data? Why does prototype miss that,leaving these work to developer? On Jan 29, 2008 8:38 PM, Rob Heittman <[EMAIL PROTECTED]> wrote: > This source appears to presume that "parameters" already contains > url-encoded data. That may be a bad assumption. > -- cleverpig Location: Beijing Address: Room 4018,No.A2 South Avenue Fuxingmen Beijing,P.R.China Zipcode: 100031 Phone: 010-66415588-1113 MSN: [EMAIL PROTECTED] QQ: 149291732 Skepe: cleverpigatmatrix My Facebook ID:cleverpig My Blog: hihere.sohu.com My Tags: del.icio.us/cleverpig My Twitter: twitter.com/cleverpig My Organization: www.beijing-open-party.org 一些值得关注的唧歪: http://jiwai.de/t/jmatrix/ http://jiwai.de/t/db4o/ http://jiwai.de/t/matrix-community/

