From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 615A33858D28; Tue, 18 Apr 2023 15:44:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 615A33858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681832664; bh=DM2UNaJez94Oy6ddtSAVlBZTD0CCIvPGVincl04a+KY=; h=From:To:Subject:Date:From; b=cW9DlPwR5xUa93jYuzNrJMKW705McAHnu8cjOlXm74YTPSNqwhA+TXR1qp6Koavzk z0bvYrZnDmAM4fD7xylBCE9aQ/Vh/vHH2Zfc50tHiZTvp2xfJErAG5Grhx30MigXZp LumTZ7dI/aMYOpoqD1iKSW88eKWiB+tJaXGR66lQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30370] New: [gdb/tui] tui border-kind acs looks weird for TERM=ansi and LANG=en_US.UTF-8 Date: Tue, 18 Apr 2023 15:44:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30370 Bug ID: 30370 Summary: [gdb/tui] tui border-kind acs looks weird for TERM=3Dansi and LANG=3Den_US.UTF-8 Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: tui Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- When using gdb's TUI with TERM=3Dansi and LANG=3Den_US.UTF-8, I get a weird= border: ... =C3=9A=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3= =84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84= =C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3= =84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84= =C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3= =84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84=C3=84= =C3=84=C3=84=C2=BF =C2=B3 = =C2=B3 =C2=B3 = =C2=B3 ... This is with the default tui border-kind acs. I tracked this down to not using NCURSES_NO_UTF8_ACS=3D1, with which I get instead: ... =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=90 =E2=94=82 = =E2=94=82 ... I wonder if we should consider this an ncurses problem or a gdb problem. In the latter case, I wonder if GDB can detect this problem, and set NCURSES_NO_UTF8_ACS=3D1 before initializing ncurses. --=20 You are receiving this mail because: You are on the CC list for the bug.=