0 Replies Latest reply on Apr 28, 2006 1:55 PM by zzztimbo

    asian characters in url

    zzztimbo

      i have a javascript function that pops open a new window and then send the user to a url with some parameters passed in.

      the problem i have is that some of the parameters i want passed in are asian characters (unicode characters).

      when i view source, i see the characters are there in the javascript. everything works fine except that the characters that were passed in to the url don't appear correctly on the screen.

      i'm guessing i'm supposed to encode the characters?

      how?