[DESCRIBE CHANGES] In Python's default setting, the default string encoding is 'ascii'. The gcalcli shows "UnicodeEncodeError" when dealing with non-ASCII strings. This problem would occur when the event title or content includes non-ASCII characters. I also sent this patch to the author, Eric Davis <insanum@gmail.com>, and hope it will be fixed in next release. Added file(s): - files/patch-gcalcli Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->lwhsu Over to maintainer (via the GNATS Auto Assign Tool)
lwhsu 2009-02-16 02:26:49 UTC FreeBSD ports repository Modified files: deskutils/gcalcli Makefile Added files: deskutils/gcalcli/files patch-gcalcli Log: - Add a patch to fix unicode supporting PR: ports/125327 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Revision Changes Path 1.5 +1 -1 ports/deskutils/gcalcli/Makefile 1.1 +33 -0 ports/deskutils/gcalcli/files/patch-gcalcli (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!