From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D4FF043B76; Tue, 5 Mar 2024 19:25:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEBDC410D3; Tue, 5 Mar 2024 19:25:20 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 7E0F140271 for ; Tue, 5 Mar 2024 19:25:19 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id CA93220B74C0; Tue, 5 Mar 2024 10:25:18 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CA93220B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1709663118; bh=E7whAG4v2tvTi9MQi5u2LUgeOOvLlulumPt/Y1D6B5Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FHsFCFfq4w+Ar1cSq0puZ29bXDC9vi2ZAz2VZH1W2emg4dv1mfsdM+q2BJ5l7mFXr 9PtjjpQWWuLW3z9r8wygdwS/TfSoUvbc8QJuZl3lz4eWkCJenPeGVqbUQOWy/wimoQ Ul6fzXbDMucteZVE3dWGki+S/9audqwEtd8mt/oQ= Date: Tue, 5 Mar 2024 10:25:18 -0800 From: Tyler Retzlaff To: Robin Jarry Cc: dev@dpdk.org Subject: Re: [PATCH] tests: assume c source files are utf-8 encoded Message-ID: <20240305182518.GB24679@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240305134614.64951-2-rjarry@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240305134614.64951-2-rjarry@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Mar 05, 2024 at 02:46:15PM +0100, Robin Jarry wrote: > Instead of relying on the default locale from the environment (LC_ALL), > explicitly read the files as utf-8 encoded. > > Fixes: 0aeaf75df879 ("test: define unit tests suites based on test types") > > Signed-off-by: Robin Jarry > --- Acked-by: Tyler Retzlaff