[ZCM] [ZC] 228/ 1 Request "Vocabulary: manage_vocab cannot show Unicode vocabulary entries"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Sun, 17 Feb 2002 16:58:25 -0500


Issue #228 Update (Request) "Vocabulary: manage_vocab cannot show Unicode vocabulary entries"
 Status Pending, Catalog/bug medium
To followup, visit:
  http://collector.zope.org/Zope/228

==============================================================
= Request - Entry #1 by snej on Feb 17, 2002 4:58 pm

The vocabulary may contain UnicodeStrings from 
UnicodeSplitters. manage_vocab gets these
strings from words() and fails displaying them
if any unicode string in the Vocabulary contains a character >= 128.

UnicodeError: ASCII encoding error: ordinal not in range(128)

I'd suggest a encoded_words(encoding) method
on vocabulary.




==============================================================