Re: [Zope] UTF8 encoding

2008-06-17 Thread Tino Wildenhain
Hi Garry, Garry Saddington wrote: I am getting a few of this type of error only coming from Windows machines, does anyone know how to sort this out? ProgrammingError: ERROR: invalid byte sequence for encoding "UTF8": 0xa3 HINT: This error can also happen if the byte sequence does not match th

Re: [Zope] UTF8 encoding

2008-06-17 Thread Andreas Jung
--On 17. Juni 2008 20:05:35 +0100 Garry Saddington <[EMAIL PROTECTED]> wrote: I am getting a few of this type of error only coming from Windows machines, does anyone know how to sort this out? Sorry but you must provide a detailed description in terms of code, tracebacks and a description

[Zope] Re: help debugging a "can't pickle" error deep within a catalog reindex

2008-06-17 Thread Ross Patterson
Rob Miller <[EMAIL PROTECTED]> writes: > hi, > > i'm trying to perform a ZCatalog.refreshCatalog() on a catalog with > over 29,000 indexed objects. it churns for a good long time, and > eventually fails with a long set of tracebacks, of which i've included > a sample at the end of this message. >

[Zope] help debugging a "can't pickle" error deep within a catalog reindex

2008-06-17 Thread Rob Miller
hi, i'm trying to perform a ZCatalog.refreshCatalog() on a catalog with over 29,000 indexed objects. it churns for a good long time, and eventually fails with a long set of tracebacks, of which i've included a sample at the end of this message. i think i understand the gist of the issue...

[Zope] UTF8 encoding

2008-06-17 Thread Garry Saddington
I am getting a few of this type of error only coming from Windows machines, does anyone know how to sort this out? ProgrammingError: ERROR: invalid byte sequence for encoding "UTF8": 0xa3 HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, w