[ZCM] [ZC] 718/ 2 Reject "ASCII decoding error"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Sun, 02 Feb 2003 07:02:33 -0500


Issue #718 Update (Reject) "ASCII decoding error"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/718

==============================================================
= Reject - Entry #2 by ajung on Feb 2, 2003 7:02 am

 Status: Pending => Rejected

This is a Python issue. You need to set the default encoding
in sitecustomize.py e.g. to "latin-1" or "utf-8" or whatever.

-aj
________________________________________
= Request - Entry #1 by camicucci on Dec 11, 2002 10:50 am

I', developing a new product and when I'm navigate the manage_edit page and submitt, this error ocurred:

Error Type: UnicodeError
Error Value: ASCII decoding error: ordinal not in range(128)

I've not idea about this, but in my Zope 2.5 instalation does not ocurred. Can you help me?
==============================================================