[Zope3-dev] collectorIssue: 119: Unicode error with accented characters

Martijn Faassen faassen@vet.uu.nl
Fri, 30 May 2003 12:35:46 +0200


Marcus J. Ertl wrote:
> I have some problems with german umlauts, and found this bug in the
> collector:
> 
>  119   	   Unicode error with accented characters
> 
> Is there something done about it?

This is a rather unclear description of the 'problems'. What unicode problems
are you having exactly where? Tracebacks? The issue is about using unicode in
object ids. Are you doing that?

This has special complications as ids appear in URLs, and 
that means they need to be encoded as I think URLs do not accept unicode 
but require a (subset of) ASCII (but I may be wrong).

Full issue url so that others don't have to hunt for it:

http://collector.zope.org/Zope3-dev/119

With unicode errors just like with any errors you need to be clear about
what the problem is. A unicode error is an indication of a bug somewhere;
it's not just some weirdness that can be suppressed, which seems to be the
way many people unfortunately treat them. There are almost certainly
multiple unicode related bugs in the Zope 3 codebase, and they need to
be identified, examined and fixed individually.

Regards,

Martijn