Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Accents and delete. #9

Closed diegoxter closed 13 years ago

diegoxter commented 13 years ago

Accents in tweet box get showed, but when you delete one accented character it goes like:

http://img828.imageshack.us/i/tyrs.png/

Also, if you start deleting characters in the tweet box, when there is nothing more you push delete once and this happen:

http://img191.imageshack.us/i/tyrs2.png/

Don't know anything about programming, but guess the second problem is about the tweetbox rutine ending in an unexpected way (must be something with keybindings)

Nic0 commented 13 years ago

I've done some research about utf-8 and curses, seems that there not very well supported with curses, i'm not sure how i will handle this yet, but i take this problem seriously.

diegoxter commented 13 years ago

If this is a curses problem, guess nothing could be done (unless praying for upstream to fix it is a solution) What about the delete problem? I keep my theory that it is a problem with keybinds.

Nic0 commented 13 years ago

For the delete problem, it's done. For accents, i through it was good, (with something ugly) but it didn't make it. so wen't back.

diegoxter commented 13 years ago

Delete problem done. Accents... Well, lets pray for something with curses developers to fix it. Or maybe a dirty hack in the utf-8 parser. Anyway, problem solved.

Nic0 commented 13 years ago

Utf support should be lots better with lasts commits, that's good news :)