Jason_Beaudoin
05-22-2003, 03:36 PM
Good morning!
I've got a problem.
I've designed an ASP page that extracts text from a database and sends the information to a Flash movie. The problem is that when the text has international characters, Flash doesn't interpret the characters right.
I originally thought that this was a Flash problem, but it turns out that the ASP isn't sending the text in Unicode format.
I need to force ASP to use Unicode (encoded using either UTF-8 or UTF-16) or use a Unicode escape sequence to include any international character.
Is there an equivilent in ASP to the following PHP code:
myText = utf8_encode(myText)
If not, how do I force ASP to send the text correctly?
Please help!
Thanks in advance!!
I've got a problem.
I've designed an ASP page that extracts text from a database and sends the information to a Flash movie. The problem is that when the text has international characters, Flash doesn't interpret the characters right.
I originally thought that this was a Flash problem, but it turns out that the ASP isn't sending the text in Unicode format.
I need to force ASP to use Unicode (encoded using either UTF-8 or UTF-16) or use a Unicode escape sequence to include any international character.
Is there an equivilent in ASP to the following PHP code:
myText = utf8_encode(myText)
If not, how do I force ASP to send the text correctly?
Please help!
Thanks in advance!!