DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25753>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25753 Charset encoding of form request parameter Summary: Charset encoding of form request parameter Product: JMeter Version: 1.9.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: HTTP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm using J2DK-1.4.2_003 on Win2K/Japanese. I filled KANJI into form request parameter and check "Encode?" of HTTP Request. Then run it and look at "View Results in Tree", The parameter is URL-Encoded as Shift_JIS charset encoding. How can I send it as EUC-JP charset encoding? I read soruce code , its URL Encoding is done by URLEncoder.encode(String) which uses "platform's default" charset.(see j2dk 1.4 API specification) So, I can't specify its charset. And, the default of form parmeter's charset should be the page's charset where the form exists. I want some right handling of form parameter's charset. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
