flex httpserviceバックグラウンドjava servlet中国語に渡す


フロント

var strUrl:String=StringUtil.trim(strFileInServerPath)+"?dowhat=add&plusPath="+StringUtil.trim(plusPath);
request = new URLRequest(encodeURI(strUrl));   

バックグラウンド
plusPath = new String(request.getParameter("plusPath").getBytes(
      "ISO-8859-1"), "gbk");