Click to See Complete Forum and Search --> : Encode string in ASP


Ygil
January 20th, 2004, 06:11 AM
Hi,

I sent a string in Slovak language to ASP file from Java.
From the asp file I get the string by: request("password").
The problem is that the string is in slovak, and it was sent correct from the java, but when I print it in the ASP page, it's not the correct string.
I tried to use Server.HTMLEncode and it didn't help.

Can anyone help please???

Thanks

beansoftware
January 31st, 2004, 03:24 PM
Did you check charset attribute on page?
Is it correct for your language?