how do I convert character to utf hex code?
I'm try to call a url via a Rest web service. I has a username with international characters, which I'm trying to embed inside the url being called. The person's name has the character "Ã
", but when I create the url string it's not encoding. I've try Server.urlencode, but no luck.
Any advice on how to get the hex code for this international character?
Thanks in advance.
|