jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

"commitBuffer: invalid argument" when doing lsrecent #36

Closed rpetti closed 12 years ago

rpetti commented 12 years ago

I'm getting the following when performing lsrecent:

<donttrythis>          twidge: <stdout>: commitBuffer: invalid argument (Invalid or incomplete multibyte or wide character)

It displays several other tweets just fine before hitting this one: https://twitter.com/#!/donttrythis/status/157589066580377600

I'm guessing it's choking on the odd quotation marks at the beginning of the tweet...?

rpetti commented 12 years ago

I'm using 1.0.8 from ubuntu repos, BTW.

rpetti commented 12 years ago

It looks like a limitation of Haskell... Setting LANG to en_US.UTF-8 (was 'C' before) seems to fix it, though, so I'll close the issue. :)