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 0EBD32ADA5 for ; Fri, 30 Aug 2024 19:17:03 +0200 (CEST) Received: (qmail 30640 invoked by uid 550); 30 Aug 2024 17:16:59 -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 30600 invoked from network); 30 Aug 2024 17:16:58 -0000 Date: Fri, 30 Aug 2024 13:16:50 -0400 From: Rich Felker To: Max1Truc Cc: musl@lists.openwall.com Message-ID: <20240830171650.GO10433@brightrain.aerifal.cx> References: <20240815180028.3361-1-max1truc@disroot.org> <20240818161514.GV10433@brightrain.aerifal.cx> 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 Fri, Aug 30, 2024 at 06:54:14PM +0200, Max1Truc wrote: > Thanks. Would you like a patch to include the new changes in musl? No need, I've got it applied already locally. Thanks! > On 18 August 2024 18:15:14 CEST, Rich Felker wrote: > >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