Question
strings contain e with acent
Hi,
I am having a really bad time with strings and url-encode.
I managed now my ampersands to get urlencoded in ASP and Flash, so they can be read as "&".
As usual comes the next issue.
The data is coming from an Access DB and many values contain the French or Spanish letter "e" with acent >é<.
The normal encode for this letter would be >%E9<.
So the name Béatrice would be >B%E9atrice< encoded.
But the string I get from ASP is >B%03Batrice< !! which comes out in Flash with unreadable letters.
So looks unacceptable in Flash, but if I send this value to a text file urlencoded has a horrible result.
Does anyone have a clou how I can solve this issue???
Thank you for your help.
Luciewong
I am having a really bad time with strings and url-encode.
I managed now my ampersands to get urlencoded in ASP and Flash, so they can be read as "&".
As usual comes the next issue.
The data is coming from an Access DB and many values contain the French or Spanish letter "e" with acent >é<.
The normal encode for this letter would be >%E9<.
So the name Béatrice would be >B%E9atrice< encoded.
But the string I get from ASP is >B%03Batrice< !! which comes out in Flash with unreadable letters.
So looks unacceptable in Flash, but if I send this value to a text file urlencoded has a horrible result.
Does anyone have a clou how I can solve this issue???
Thank you for your help.
Luciewong
