Hi all;

I use javascript inside HTML to escape a unicode string, then pass them to
CGI.

The unicode string which is escaped by NS looks like this,
%XX%XX%XX%XX...%XX%XX,
It can be unescaped by CGI module automatically.

But the unicode string which is escaped by IE looks like this,
%uXXXX%uXXXX...%uXXXX,
It can't be handled by CGI module.

how to unescape it?

Regards;
Michael

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to