Did you look at Gnoga.ads - function Unescape_Quotes (S : String) return
String; ?
It already does these translations.

David Botton



On Mon, Aug 3, 2015 at 3:21 PM Pascal <blady-...@users.sf.net> wrote:

> Hello,
>
> For using easily GET parameters, I want to add in Gnoga an URL decoder
> function:
> The encoded string google.com/search?q=%60Abdu%27l-Bah%C3%A1 should
> revert to the unencoded form google.com/search?q=`Abdu'l-Bahá
> <http://google.com/search?q=%60Abdu'l-Bah%C3%A1>
>
> I found this from Rosetta code:
> http://rosettacode.org/wiki/URL_decoding#Ada
>
> There is also a function AWS.URL.Decode.
>
> I don't think Gnoga should again include AWS just for that.
>
> Should I copy Rosetta function or AWS one in Gnoga Code?
>
> Or other ideas?
>
> Thanks, Pascal.
> http://blady.pagesperso-orange.fr
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to