ASCII equivalent of CF's URLDecode?
Hello, everyone.
Even though I've been working with CF for over a decade, this is going to sound like a total n00b question. I'm just drawing a blank, right now. Google isn't much help.
Is there an ASCII equivalent of URLDecode??
Where I work, everything that is inserted into a database goes through a filter that changes certain characters to their ASCII equivalent (ie, the less than "<" is altered to "<"). For displaying the data, I need to revert the < back to < for formatting (there are <br /> in place of line breaks, in the data.)
If not, I suppose I should check cflib to see if there is a UDF. Hmm..
Respectfully,
^_^
