From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 80EA7216BB for ; Thu, 15 Aug 2024 20:52:31 +0200 (CEST) Received: (qmail 13660 invoked by uid 550); 15 Aug 2024 18:52:26 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 13622 invoked from network); 15 Aug 2024 18:52:26 -0000 X-Virus-Scanned: SPAM Filter at disroot.org Date: Thu, 15 Aug 2024 20:52:17 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1723747937; bh=C3r27hof9yk8TSpvJQ24GtoBVPEUivnzk4B+nVMF7Hs=; h=Date:From:To:Subject:In-Reply-To:References; b=RQgYCUZnBlZJmi77tBZxVHaQMxbVD1ur4QjVhIL3fGVU9yutFStffPezf9FUgCiRw SQwsePQx5/R+X1gE+0Kbhg6nRpX6OvFihaMakHWoWAs5hed4/H2gmCoddKhb0MLPe0 HjnbXJAIqjGdCivIJU9dvDdh0A41Wv0rDRUULt7tM+PAwxuIZ9Pyq089Bx3bvbJPDQ gAa4c+OwolWXD/u3f0MvezvlCCdz54BZ014yTilDSSyS+FHsaG4Jny1pV+paxUpqzV lQaPdoyuXq5YdAIxqWvg4Yauup7Gs4dPkBRiEpPvLNUuLJAJDwCNMLGI+SJPJnAZtS XZzdGAAyLpBWA== From: Max1Truc To: musl@lists.openwall.com In-Reply-To: <20240815180028.3361-1-max1truc@disroot.org> References: <20240815180028.3361-1-max1truc@disroot.org> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] [PATCH] add CP858 support Oops, forgot to provide context=2E This patch is for musl-chartable-tools (https://github=2Ecom/richfelker/mu= sl-chartable-tools) I also opened a PR (https://github=2Ecom/richfelker/musl-chartable-tools/p= ull/6)=2E --=20 max1truc