CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Posts
    3

    Question Encode string in ASP

    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
    Last edited by Ygil; January 20th, 2004 at 07:14 AM.

  2. #2
    Did you check charset attribute on page?
    Is it correct for your language?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured