DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Robin Jarry" <rjarry@redhat.com>
To: "David Marchand" <david.marchand@redhat.com>,
	"Thomas Monjalon" <thomas@monjalon.net>
Cc: "Anoob Joseph" <anoobj@marvell.com>,
	"Akhil Goyal" <gakhil@marvell.com>,
	"Ali Alnubani" <alialnu@nvidia.com>, <dev@dpdk.org>,
	"Aakash Sasidharan" <asasidharan@marvell.com>,
	<bruce.richardson@intel.com>
Subject: Re: [PATCH] test/crypto: fix non ASCII character
Date: Tue, 05 Mar 2024 14:29:18 +0100	[thread overview]
Message-ID: <CZLUP6ZT3PVI.LZSDZ97GJMDB@redhat.com> (raw)
In-Reply-To: <CAJFAV8zU3H0u0Ens7R2iYaQQ5ztUyVdXB-+v4173BXFz_mJC9Q@mail.gmail.com>

David Marchand, Mar 05, 2024 at 14:27:
> > The script buildtools/get-test-suites.py is not tolerant with Unicode.
> > We may be more flexible probably.
> > Bruce, Robin, what do you think about allowing Unicode characters in this script?
>
> Note: I could reproduce this issue with a Ubuntu 18.04 container, but
> not with my fedora 38.
> Maybe something to do with a python version.. ?

The files are opened without specifying an encoding. So it depends on 
the LC_ALL environment variable.

https://git.dpdk.org/dpdk/tree/buildtools/get-test-suites.py#n22

I will send a patch to fix this.


      reply	other threads:[~2024-03-05 13:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 11:34 Anoob Joseph
2024-03-05 12:14 ` Ali Alnubani
2024-03-05 13:25   ` Thomas Monjalon
2024-03-05 13:27     ` David Marchand
2024-03-05 13:29       ` Robin Jarry [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CZLUP6ZT3PVI.LZSDZ97GJMDB@redhat.com \
    --to=rjarry@redhat.com \
    --cc=alialnu@nvidia.com \
    --cc=anoobj@marvell.com \
    --cc=asasidharan@marvell.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).