[Bug 272382] The iconv converter from EUC-TW to UTF-8 is broken

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Jul 2023 14:13:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272382

            Bug ID: 272382
           Summary: The iconv converter from EUC-TW to UTF-8 is broken
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: bruno@clisp.org
 Attachment #243265 text/plain
         mime type:

Created attachment 243265
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243265&action=edit
mapping table extractor

The iconv converter from EUC-TW to UTF-8 is broken: It maps only the ASCII
characters, nothing else.

How to reproduce:
$ cc -Wall -o table-from table-from.c
$ ./table-from EUC-TW > EUC-TW.TXT

See the attachments.

-- 
You are receiving this mail because:
You are the assignee for the bug.