Follow-up Comment #1, bug #66614 (group screen): *Problem description* I use screen to convert GBK encoding for tintin++,This was normal in the previous version,but exceptions in version 5.0.0.
*What steps will reproduce the bug?*
echo "defencoding GBK" > ~/.screenrc
screen bash
echo 中文测试
*What is the expected behavior?*
Unable to convert GBK encoding for tintin++.
*The problem is reproducible on Desktop distributions too.(Tested by
robertkirkman@github)*
*GNU/Linux Screen 5+ package tested: Gentoo's screen-9999*
(incorrect symbols appear arbitrarily - varies depending on whether the
command is populated via clipboard, or bash history)
~ $ screen --version
Screen version 5.0.0 (build on 2024-12-21 14:12:05)
~ $ uname -o
GNU/Linux
~ $ echo "defencoding GBK" > ~/.screenrc
~ $ screen bash
~ $ echo -KÕ
-KÕ
~ $ echo _ 4-/
_ 4-/
*control: GNU/Linux Screen 4 package tested: Debian bookworm's screen
4.9.0-4*
~ $ screen --version
Screen version 4.09.00 (GNU) 30-Jan-22
~ $ uname -o
GNU/Linux
~ $ echo "defencoding GBK" > ~/.screenrc
~ $ screen bash
~ $ echo 中文测试
中文测试
~ $ echo 中文测试
中文测试
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66614>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
