Closed rpetti closed 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...?
I'm using 1.0.8 from ubuntu repos, BTW.
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. :)
I'm getting the following when performing lsrecent:
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...?