pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

encoding problem in quick add #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gcalcli quick "March 08 2008 Can Burak Çilingir, Birthday"

What is the expected output? What do you see instead?
expected: "Can Burak Çilingir" in event description
see: "Can Burak Çilingir" (Ç encoded as 4 bytes, instead of two)

What version of the product are you using? On what operating system?
r17, linux, valid utf console:
can@iova:~$ ipython 
Python 2.5.1 (r251:54863, Sep 11 2007, 23:45:37) 
Type "copyright", "credits" or "license" for more information.

IPython 0.8.1 -- An enhanced Interactive Python.
?       -> Introduction to IPython's features.
%magic  -> Information about IPython's 'magic' % functions.
help    -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: len(u"Ç")
Out[1]: 1

Original issue reported on code.google.com by canbu...@gmail.com on 1 Oct 2007 at 9:16

GoogleCodeExporter commented 9 years ago
Unicode input strings are now supported for the 'quick' and 'search' commands. 
Version r18 of gcalcli in svn should have this fix.

Original comment by insa...@gmail.com on 1 Oct 2007 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by insa...@gmail.com on 5 Oct 2007 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59