Bug 1974182

Summary: Changing character encoding in gnome-termial profile setting takes no effect.
Product: [Fedora] Fedora Reporter: chengming1
Component: gnome-terminalAssignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bugzilla.redhat.com-2d5c4226, caillon+fedoraproject, debarshir, gnome-sig, mclasen, rhughes, rstrode, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-06-22 03:18:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description chengming1 2021-06-21 05:19:27 UTC
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:

Comment 1 Christian Persch 2021-06-21 19:44:10 UTC
Fixed on upstream git master.

Comment 2 chengming1 2021-06-22 03:18:19 UTC
Thanks for your kindly reply.