Re: FN-FORUM Dynamic Text in Flash and % (percent)
date posted 29th June 2003 21:03
Hi Kai,
> I have to ask, is there an easy place to search out other such character
> anomalies?
The only anomalies that I know of are the % character as this is used to
denote a hex character sequence, the ampersand (use %26 instead) as this is
used to separate name/value variable pairs, and on occasion the question
mark (use %3F instead). If you find yourself having problems with any other
characters, just use %xx where xx is the hex code for that character, a
table of which can be found here: http://www.asciitable.com/
Regards,
Steve