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: Paul D. Smith
Subject: [bug #35063] Suggest conventional $(%XX) syntax for special characters
Date: Mon, 16 Jan 2012 20:01:47 +0000
User-agent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

Update of bug #35063 (project make):

           Triage Status:                    None => Medium Effort          

    _______________________________________________________

Follow-up Comment #1:

A useful idea.  FMI:

http://en.wikipedia.org/wiki/Percent-encoding

Note we already have a $% variable (for archive members) and their associated
$(%D) and $(%F) (which are both legal hex values BTW).

So we will have to decide whether we'd prefer the "uncleanliness of
$(.%<token>), or the potential backward-compatibility issue with $(%xx)... as
long as we require two digits and don't allow omitting of the leading 0.

Also we should consider whether this encoding should be limited to the strict
URL restricted character set, or whether it will extend to any legal UTF-8
character with code <128.

We'd need to decide when the expansion is done.  Is it done using normal
expansion rules?  Or is it done very early by the makefile parser?

    _______________________________________________________

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]