Why is the space character allowed in object IDs?
Hi - Can anyone tell me why spaces are permitted in Zope object IDs? Since they aren't allowed as is in URLs, isn't this kind of an unnecessary flexibility? --Brian
Brian Hooper wrote:
Hi -
Can anyone tell me why spaces are permitted in Zope object IDs? Since they aren't allowed as is in URLs, isn't this kind of an unnecessary flexibility?
You can have them in URLs - just use %20 instead of the space (e.g. an%20example). -- Itamar - itamars@ibm.net
Hi I prefer put a "_" instead of a space. Imagine you must give a URL to a profane person, I think it's less disappointing to tell "_" than %20... Just my point of view :) Itamar Shtull-Trauring wrote:
Brian Hooper wrote:
Hi -
Can anyone tell me why spaces are permitted in Zope object IDs? Since they aren't allowed as is in URLs, isn't this kind of an unnecessary flexibility?
You can have them in URLs - just use %20 instead of the space (e.g. an%20example).
-- Itamar - itamars@ibm.net
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
-- >> WinErr: 080 Clavier introuvable - Veuillez appuyer sur n'importe quelle touche pour continuer. << Arnaud LECAT >> Email: lecat@hexanet.fr >> WWW page:www.hexanet.fr/~lecat HEXANET >> http://www.hexanet.fr Z.A. Farman sud - 9 rue Roland Coffignot BP 415 - 51689 Reims Cedex 2 - France phone: (33) 03 26 79 30 05 Fax: (33) 03 26 79 30 06
On Mon, 30 Aug 1999, Arnaud Lecat wrote:
Hi
I prefer put a "_" instead of a space. Imagine you must give a URL to a profane person, I think it's less disappointing to tell "_" than %20... Just my point of view :) Well, then you should have used _ in the id ;)
Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
participants (4)
-
Andreas Kostyrka -
Arnaud Lecat -
Brian Hooper -
Itamar Shtull-Trauring