On Fri, Aug 15, 2014 at 04:16:01PM +0200, Raphael Hertzog wrote:
> - <version> encoding (due to git restrictions):
>     ":" -> "%"
>     "~" -> "_"

I think I'd prefer to see something like X -> _Y where chr(Y) = X and
hex(ord(X)) = Y, e.g.
    
    "_" -> "_5f"
    ":" -> "_3a"
    "~" -> "_7e"

There is probably a more sensible choice of escape character than '_',
something not commonly used in native git tag names, yet legal.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140817161510.ga25...@bryant.redmars.org

Reply via email to