Re: [Zope3-Users] Unicode and vocabularies

2006-10-30 Thread Stephan Richter
On Friday 29 September 2006 21:52, Darryl Cousins wrote: File /opt/zope/zope3/src/zope/schema/vocabulary.py, line 41, in __init__         self.token = str(token)     UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 13: ordinal not in range(128)with vocabulary code:

[Zope3-Users] Unicode and vocabularies

2006-09-29 Thread Darryl Cousins
Hi, I'm having some trouble with unicode and vocabularies. I've a utility with a List field: class MyUtility(Interface): mylist = List(title=_(My List), value_type = TextLine(_(list item)), default = [], required =