bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #35063] Suggest conventional $(%XX) syntax for special characters


From: Eldar Abusalimov
Subject: [bug #35063] Suggest conventional $(%XX) syntax for special characters
Date: Sat, 28 Jan 2012 17:39:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.835.202 Chrome/14.0.835.202 Safari/535.1

Follow-up Comment #3, bug #35063 (project make):

I would vote up for just adding two new functions, i.e. `url-encode` and
`url-decode`, without altering the basic syntax. Both functions are simple
enough to implement.

Thus, the suggested usage is the following:

_space := $(url-decode %20)


The argument can be, of course, computed as usual:

_space := $(url-decode %$(words foo bar)0)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35063>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]