You can use characters,numbers, dash, underscore, tilde, dot, comma and spaces inside a object ID (see ObjectManager.py/bad_id). You can *try* to add some additional characters you need but this *may* have side effects on other Zope components...so take care. Andreas ----- Original Message ----- From: "Philippe Jadin" <philippe@123piano.com> To: <zope@zope.org> Sent: Tuesday, July 03, 2001 9:04 AM Subject: [Zope] "@" in object id's : invalid
Hello,
It seems that valid characters for zope id's are only : chars, numbers, "," "." and spaces.
I'm wondering how I can store emails adress as valid zope object id's.
I'd like to setup a simple list of emails stored as dtml docs with the emails as id.
as "@" are invalid characters for zope id, I currently have no other solution than replacing those with "," which is not totally nice imho ;-) (i tried using "%40" but it's invalid too)
Does anyone have an idea for my little problem ?
Thanks
Philippe
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )