P
pengxuan
Unregistered / Unconfirmed
GUEST, unregistred user!
In a JSP file with a Chinese parameter,
example:findstr.jsp?para="价值",
If I want to search and show resultsets
in the database one of whose fields's value
contains "价值",how I can avoid showing
disorderly codes?
Now by any means the value of getParameter("para")
is disorder codes or resultsets can't be found.
Both of them can't be satisfied at one time.
Thank you.
example:findstr.jsp?para="价值",
If I want to search and show resultsets
in the database one of whose fields's value
contains "价值",how I can avoid showing
disorderly codes?
Now by any means the value of getParameter("para")
is disorder codes or resultsets can't be found.
Both of them can't be satisfied at one time.
Thank you.