Mario Olimpio de Menezes wrote:
>     I was having a problem with CPSSharedCalendar.calendartool.py about ascii 
> decode. The problem was on line 262 of calendartool.py file.
>     I did this small modification and it seems to be working fine now:
> 
>  LineNumber     Code
>     260                 # Workspace/resource calendars
>     261                 title = ob.title
>     262                 # adicionado por Mario 2006.02.16
>     263                 title = title.decode('ISO-8859-15')     
> 
>     I added the line 263.
>     Hope this help anybody else.

Can you add a tracker entry about that ? (http://svn.nuxeo.org/)

Here, you're assuming a latin1 encoded title... I don't what
CPSSharedCalendar aims to support as encoding.

        J.

-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
CPS Platform : http://www.cps-project.org
Zope3 / ECM   : http://www.z3lab.org
mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to