On Monday, November 21, 2011 3:23:00 PM UTC, William wrote:
>
> Good point. We should go through at least the table at [1] and replace
> all such
> instances by "_".
>
Why don't we percent-encode the worksheet title? Actually I'm surprised
that we don't do that already. Its so easy:
sage: import urllib
sage: urllib.quote('ABC/DEF.sws', safe='')
'ABC%2FDEF.sws'
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org