[ZCM] [ZC] 2257/10 Comment "Zope v2.10 Error with pound sign"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2257 Update (Comment) "Zope v2.10 Error with pound sign" Status Rejected, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/2257 ============================================================== = Comment - Entry #10 by sukhsc on Jan 4, 2007 4:21 am Also when will a stable version 2.10.2 be released, I cannot seem to find it on your full list of releases. ________________________________________ = Comment - Entry #9 by ajung on Jan 4, 2007 4:17 am 2.10.2 is not released yet. Grab the current version from the 2.10 branch from Subversion or stay tuned. ________________________________________ = Comment - Entry #8 by sukhsc on Jan 4, 2007 4:14 am I cant find where to download a stable version of 2.10.2, and I am not eager to reinstall zope just to fix this problem. Is there a patch I can install to fix this problem. ________________________________________ = Comment - Entry #7 by ajung on Jan 3, 2007 4:32 am No need to resubmit. Unicode issues with ZPT should be resolved in 2.10.2 ________________________________________ = Comment - Entry #6 by sukhsc on Jan 3, 2007 4:26 am How do I resubmit the issue 2228 ________________________________________ = Comment - Entry #5 by tseaver on Dec 28, 2006 1:02 pm sukhsc, please "resubmit" the original issue, rather than creating a new one. ________________________________________ = Reject - Entry #4 by ajung on Dec 28, 2006 8:22 am Status: Pending => Rejected ________________________________________ = Comment - Entry #3 by ajung on Dec 28, 2006 8:21 am dupe of #2228 ________________________________________ = Comment - Entry #2 by sukhsc on Dec 28, 2006 8:15 am importance should be critical. ________________________________________ = Request - Entry #1 by sukhsc on Dec 28, 2006 8:14 am When a pound sign (£) is added to any file in Zope, it throws the following error: 'ascii' codec can't decode byte 0xa3 in position 20: ordinal not in range(128) The trace is shown below: Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 41, in call_object Module Shared.DC.Scripts.Bindings, line 313, in __call__ Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec Module Products.PageTemplates.ZopePageTemplate, line 277, in _exec Module Products.PageTemplates.PageTemplate, line 89, in pt_render Module zope.pagetemplate.pagetemplate, line 117, in pt_render Module zope.tal.talinterpreter, line 271, in __call__ Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 891, in do_useMacro Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 536, in do_optTag_tal Module zope.tal.talinterpreter, line 521, in do_optTag Module zope.tal.talinterpreter, line 516, in no_tag Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 855, in do_condition Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 536, in do_optTag_tal Module zope.tal.talinterpreter, line 521, in do_optTag Module zope.tal.talinterpreter, line 516, in no_tag Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 949, in do_defineSlot Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 536, in do_optTag_tal Module zope.tal.talinterpreter, line 521, in do_optTag Module zope.tal.talinterpreter, line 516, in no_tag Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 855, in do_condition Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 536, in do_optTag_tal Module zope.tal.talinterpreter, line 521, in do_optTag Module zope.tal.talinterpreter, line 516, in no_tag Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 824, in do_loop_tal Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 534, in do_optTag_tal Module zope.tal.talinterpreter, line 516, in no_tag Module zope.tal.talinterpreter, line 346, in interpret Module zope.tal.talinterpreter, line 754, in do_insertStructure_tal UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position 20: ordinal not in range(128) ==============================================================