GNOME Bugzilla – Bug 725381
lua-factory: Add grl.unescape() helper
Last modified: 2014-02-28 13:56:29 UTC
We can do that by adding a direct libsoup dependency, which grlnet already does depend on, or we could ship helpers in lua. I prefer the former and encourage copy/paste lua code for what cannot be implemented in C.
Created attachment 270543 [details] [review] lua-factory: Add grl.unescape() helper To unescape '%' encoded strings.
Created attachment 270549 [details] [review] lua-factory: Add grl.unescape() and grl.decode helpers grl.decode will decode '%' encoded strings (usually URLs), and grl.unescape will unescape HTML-escaped strings, usually unicode or reserved characters.
Created attachment 270557 [details] [review] lua-factory: Add grl.unescape() and grl.decode helpers grl.decode will decode '%' encoded strings (usually URLs), and grl.unescape will unescape HTML-escaped strings, usually unicode or reserved characters.
Attachment 270557 [details] pushed as e60fa1f - lua-factory: Add grl.unescape() and grl.decode helpers