tpp icon indicating copy to clipboard operation
tpp copied to clipboard

Error while running tpp

Open indiajoe opened this issue 12 years ago • 2 comments

I have installed latest ncurses-ruby-1.3.0 Ruby version i already had was ruby 1.9.1p431 (2011-02-18 revision 30908) [i486-linux] After installing tpp, while trying out an example $ tpp tpp-r1.3.1/examples/bold.tpp I get the following errors

/usr/local/bin/tpp:78:in ===': invalid byte sequence in UTF-8 (ArgumentError) from /usr/local/bin/tpp:78:inblock in get_pages' from /usr/local/bin/tpp:75:in each_line' from /usr/local/bin/tpp:75:inget_pages' from /usr/local/bin/tpp:1370:in run' from /usr/local/bin/tpp:1762:in

'

And it also makes the terminal go weird. It wouldn't show anything you type in terminal after that.

indiajoe avatar Oct 04 '13 10:10 indiajoe

This also has been reported in Debian at https://bugs.debian.org/739182

xtaran avatar Feb 16 '14 17:02 xtaran

Thanks to the comments and env LANG=C LC_ALL=C tpp examples/shell.tpp works well for me.

tobegit3hub avatar Mar 28 '14 02:03 tobegit3hub