From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB7C93858D20; Fri, 28 Jul 2023 10:12:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB7C93858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690539145; bh=TCAVvF+Nx0RE56ms0S5oBDE3X73UmBEck4/okkl8PZU=; h=From:To:Subject:Date:From; b=r42HGhXvB7lTFBpmb9j1dJvsghhpZd2uXvVU8yEGA4FkfQ2bHNh/2Lx+F9qf9FsgT 9gq0fzL52fyVor0+TOBKypOCR5aTJS/s/4yosNYDVoraCl2b86rgZs4nxREVg8ahnO aOkEY3Jdnv4j0Hvrca+fJBRm5OfiMUbHrm2BAN6k= From: "bruno at clisp dot org" To: glibc-bugs@sourceware.org Subject: [Bug locale/30694] New: The iconv program no longer tells the user which given encoding name was wrong Date: Fri, 28 Jul 2023 10:12:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: 2.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp dot org X-Bugzilla-Status: UNCONFIRMED 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=3D30694 Bug ID: 30694 Summary: The iconv program no longer tells the user which given encoding name was wrong Product: glibc Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: locale Assignee: unassigned at sourceware dot org Reporter: bruno at clisp dot org Target Milestone: --- When the user invokes the iconv program with an invalid FROM_ENCODING or invalid TO_ENCODING, the error message no longer indicates which of the two= was wrong. Which leaves the user puzzled. Thus, it is a bad usability experienc= e. How to reproduce: In glibc 2.32: $ echo abc | iconv -f ARMSCII-8 -t UCS_4BE iconv: failed to start conversion processing In glibc 2.30: $ echo abc | iconv -f ARMSCII-8 -t UCS_4BE iconv: conversion to `UCS_4BE' is not supported Try `iconv --help' of `iconv --usage' for more information. --=20 You are receiving this mail because: You are on the CC list for the bug.=