Why you can get mode, and you can post does not?

in html:

var url,params,params1;
params=“tableStructure=中文”;
url='db_do.asp?key=createTable&tableName=‘中文’); dhtmlxAjax.post(url,encodeURI(params),function(loader) {
var response=loader.xmlDoc.responseText;
closeWindow(response);
});

in asp:
TableName=request(“tableName”)
tableStructure=request(“tableStructure”)

so that the “tableName” is ‘中文’ ,but “tableStructure” is scrambling codes.

Why you can get mode, and you can post does not?

Possibly the reason for the issue is encodeURI method.