pombreda / gcalcli

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

The table is broken #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a empty calendar for reproducing.
2. Create the event "팀장님 미팅". (It's written in Korean)
3. Try to execute "gcalcli calw"

What is the expected output? What do you see instead?

- The table is broken.

What version of the product are you using? On what operating system?

$ gcalcli --version
gcalcli v2.1 (Eric Davis)

I'm using Gentoo Linux.

Please provide any additional information below.

- To make reproducing easier, It is recommended that you choose the empty week 
when reproducing the problem.
- I think there is a problem in _NextCut function.
When the length of string is (self.calWidth + 1) and the last character is not 
ascii, This function doesn't return force-cut and does return -1 as idx. but it 
should return True as forceCut because the content will be flooded if next word 
is included.

Original issue reported on code.google.com by big...@adby.me on 8 Dec 2011 at 5:41

Attachments:

GoogleCodeExporter commented 9 years ago
This is a unicode issue. Lots of discussion on that already.

gcalcli moved to github: https://github.com/insanum/gcalcli

Original comment by eda...@insanum.com on 15 May 2012 at 2:42