Bug#338494: Doesn't work for me in netkit-telnet 0.17-36

2023-01-03 Thread Marcos Marado
tags 338494 patch thanks As previously stated on #749322 , this patch fixes the issue: https://raw.githubusercontent.com/marado/netkit-telnet-ssl/master/netkit-telnet-ssl-0.17.41%2B0.2/debian/patches/700-fix_UTF8.diff

Bug#338494: Doesn't work for me in netkit-telnet 0.17-36

2014-05-23 Thread Marcos Marado
I would suggest replacing the argument in TerminalSpecialChars(sc) with (c) or possibly ((eight 2) ? c : sc) in telnet.cc:telsnd(), which should fix these problems. I've just bumped into this bug. Doing what you suggest - replacing the argument with (c) - fixes it. Thanks, -- Marcos Marado

Bug#338494: Doesn't work for me in netkit-telnet 0.17-36

2011-11-30 Thread Gustav Hållberg
Sending “ (\u201c) in UTF-8 (\xe2\x80\x9c) doesn't work for me using 0.17-36, as \x9c is interpreted as \x1c which is QUIT in my terminal. Looking at the source code, as long as telnet is in localchars mode, the 8th bit is always stripped before comparing to the termios settings for QUIT and