Description of problem: Changing character encoding in gnome-termial profile setting takes no effect. Version-Release number of selected component (if applicable): gnome-terminal-3.40.2-1.fc35.x86_64 vte-profile-0.64.2-2.fc35.x86_64 vte291-0.64.2-2.fc35.x86_64 How reproducible: always Steps to Reproduce: 1.In Preference Dialog, change the compatiablity -> encoding from "Unicode UTF-8" to CJK coding, for example, GB18030 2.cat a GB18030 file or telnet a GB18030 mainframe, for example, bbs.mysmth.net 3.cat a UTF-8 encoding file. Actual results: 1.Charcaters in GB18030 except ANSI displayed wrong. 2.Characters in UTF-8 displayed correctly. Expected results: 1.Charcaters in GB18030 displayed correctly. 2.Characters in UTF-8 displayed wrongly. because the current encoding setting is GB18030. Additional info:
Fixed on upstream git master.
Thanks for your kindly reply.