Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q243

Feedback on: irt.org FAQ Knowledge Base Q243

Sent by Petr Bosek on February 22, 2002 at 10:32:24: - feedback #3617

Worth:
Very worth reading

Comments:
It is something I could really use, however it doesn't seem to do anything.
Could you please let me know whether I am missing anything?
Thank you.


Sent by Mike on Friday April 13, 2007 at 13:08:13 - feedback #4441

Worth:
Worth reading

Length:

Technical:
Not technical enough

Comments:
It doesn't convert unicode entities...




Sent by divergentdave on Monday March 31, 2008 at 18:18:20 - feedback #5239

Worth:
Not worth reading

Length:
Too long

Technical:
Not technical enough

Comments:
Nice try, but this not only returns the provided text without changing it at all, but it does so in a roundabout way. Try this to replace entities with characters.

var text = 'Pork%20%26%20Beans%A9';
var unescaped = unescape(text);
alert(unescaped);




Sent by kris on Wednesday October 22, 2008 at 15:20:38 - feedback #5324

Worth:
Not worth reading

Length:

Technical:

Comments:
This is for url encoding, not html entities. Needs to be renamed.




©2018 Martin Webb