Hi all,
    I send an encoded (in unicode by some javascript function from IE )
string of
parameters to orion server from an applet. Each character of the string is
substituted with its unicode value in the form %uXXXX, where X is a hex
digit on the client side.
On the server side request.getQueryString() returns a string where each
character like %u00XX is \u0000XX, which is wrong. Is it an Orion bug? How
Java handles such representation of unicode?

Egor Savotchkin.





Reply via email to