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.1 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE 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 D27742293D for ; Sun, 18 Aug 2024 18:15:28 +0200 (CEST) Received: (qmail 4067 invoked by uid 550); 18 Aug 2024 16:15:23 -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 4029 invoked from network); 18 Aug 2024 16:15:23 -0000 Date: Sun, 18 Aug 2024 12:15:14 -0400 From: Rich Felker To: Max1Truc Cc: musl@lists.openwall.com Message-ID: <20240818161514.GV10433@brightrain.aerifal.cx> References: <20240815180028.3361-1-max1truc@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] [PATCH] add CP858 support On Thu, Aug 15, 2024 at 08:52:17PM +0200, Max1Truc wrote: > Oops, forgot to provide context. > This patch is for musl-chartable-tools (https://github.com/richfelker/musl-chartable-tools) > I also opened a PR (https://github.com/richfelker/musl-chartable-tools/pull/6). Thanks. I'm applying it with minor changes, mainly removing the comment that lists someone at Microsoft as responsible for the file, since it's not from them but a derived file. Rich