L
Lara Grillo
In an Asp.Net application on an chinese operative system, the string (in
chinese characters) returned by querystring function is truncated.
example:
in querystring I set Title= ??
C# code:
a = HttpContext.Current.Request.QueryString["Title"];
after the call the last char is cutted out
a =?
this doesn't happen for all strings, and does not depend on the string
length
I use a javascript for combine the url:
location.href = 'HistoryPage.aspx?Title=??';
when I use a no-chinese OS it works properly
please help
Lara
chinese characters) returned by querystring function is truncated.
example:
in querystring I set Title= ??
C# code:
a = HttpContext.Current.Request.QueryString["Title"];
after the call the last char is cutted out
a =?
this doesn't happen for all strings, and does not depend on the string
length
I use a javascript for combine the url:
location.href = 'HistoryPage.aspx?Title=??';
when I use a no-chinese OS it works properly
please help
Lara