From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 472C5384B82D; Tue, 6 Sep 2022 13:03:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 472C5384B82D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662469435; bh=OEBCYkdxDr+Hmqha36UkvG1aJbY6afiRLcUFZ1nWjws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i3l7uw9aG5EAbKXgC3X97X4CqZYkKJ1gnem7rvpNjNgQ4IvKqfG/WuuagwtdCfDO+ 7nYB3VZflG2hOOCz3y9/F69q5xP8AsbxWJGkk8cQnaUKXftysHcdFC3aP61S6UZLv8 S6lrpqWpRTAHpX7p4UYPwCE+qKJUfniCP2+Juvrg= From: "patrick at monnerat dot net" To: gdb-prs@sourceware.org Subject: [Bug cli/29315] Completion warning: could not convert ... from the host encoding (ANSI_X3.4-1968) to UTF-32 Date: Tue, 06 Sep 2022 13:03:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at monnerat dot net 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: Message-ID: In-Reply-To: References: 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=3D29315 --- Comment #4 from Patrick Monnerat --- @Maciej: Here is a dirty workaround you may try: 1) Before configuring gdb, make sure a usable libiconv supporting UTF32-LE = is installed for development. 2) If it is not the Haible's implementation of libiconv, add -D_LIBICONV_VERSION=3D0x108 to CFLAGS and CXXFLAGS. This works here for mingw. --=20 You are receiving this mail because: You are on the CC list for the bug.=