From: Francesco Dolcini <francesco@dolcini.it>
To: Tom Rini <trini@konsulko.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>,
Michal Simek <michal.simek@amd.com>,
Andre Przywara <andre.przywara@arm.com>,
Angelo Dureghello <angelo@kernel-space.org>,
Elon Zhang <zhangzj@rock-chips.com>,
Eugen Hristev <eugen.hristev@collabora.com>,
Jagan Teki <jagan@amarulasolutions.com>,
John Clark <inindev@gmail.com>, Jonas Karlman <jonas@kwiboo.se>,
Joshua Riek <jjriek@verizon.net>,
Kever Yang <kever.yang@rock-chips.com>,
Philipp Tomsich <philipp.tomsich@vrull.eu>,
Quentin Schulz <quentin.schulz@theobroma-systems.com>,
Simon Glass <sjg@chromium.org>,
Svyatoslav Ryhel <clamor95@gmail.com>,
Tim Lunn <tim@feathertop.org>,
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>,
Vignesh R <vigneshr@ti.com>,
u-boot@lists.denx.de, git@xilinx.com
Subject: Re: [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii
Date: Tue, 16 Apr 2024 08:59:46 +0200 [thread overview]
Message-ID: <20240416065946.GC4165@francesco-nb> (raw)
In-Reply-To: <20240416003612.GJ1054907@bill-the-cat>
On Tue, Apr 16, 2024 at 02:36:12AM +0200, Tom Rini wrote:
> On Mon, Apr 15, 2024 at 02:22:02PM +0200, Heinrich Schuchardt wrote:
> > On 15.04.24 13:35, Michal Simek wrote:
> > > Some of Kconfigs are using utf-8 encoding because of used chars. Convert
> > > all of them to ascii enconging.
> > >
> > > Signed-off-by: Michal Simek <michal.simek@amd.com>
> [snip]
> > > diff --git a/arch/arm/mach-rockchip/rv1126/Kconfig b/arch/arm/mach-rockchip/rv1126/Kconfig
> > > index ae323ee91235..64a70f61f894 100644
> > > --- a/arch/arm/mach-rockchip/rv1126/Kconfig
> > > +++ b/arch/arm/mach-rockchip/rv1126/Kconfig
> > > @@ -6,8 +6,8 @@ config TARGET_RV1126_NEU2
> > > Neu2:
> > > Neural Compute Module 2(Neu2) is a 96boards SoM-CB compute module
> > > based on Rockchip RV1126 from Edgeble AI.
> > > - Neu2 powered with Consumer grade (0 to +80 °C) RV1126 SoC.
> > > - Neu2k powered with Industrial grade (-40 °C to +85 °C) RV1126K SoC.
> > > + Neu2 powered with Consumer grade (0 to +80 C) RV1126 SoC.
> > > + Neu2k powered with Industrial grade (-40 C to +85 C) RV1126K SoC.
> >
> > C is the sign for coulomb which is the unit of electric charge. How
> > about 'deg C'?
>
> I'll note that in Linux there's seemingly nothing consistent, and I'm
> fine with any of "deg C" or "degrees C" or "temperature range (-40 C to
> +85 C)" as all of those should be clear in context.
My 2 cents ... while I agree with Tom that the context will make it
clear, it is not making it correct nor nice. Using just "C" for Celsius
degrees is horrible ...
Francesco
next prev parent reply other threads:[~2024-04-16 7:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-15 11:35 [PATCH 0/4] Kconfig: some cleanups Michal Simek
2024-04-15 11:35 ` [PATCH 1/4] Kconfig: Remove trailing whitespace in its prompt Michal Simek
2024-04-15 11:35 ` [PATCH 2/4] Kconfig: Add missing quotes around source file Michal Simek
2024-04-15 12:44 ` Heinrich Schuchardt
2024-04-15 12:45 ` Michal Simek
2024-04-15 11:35 ` [PATCH 3/4] Kconfig: Add missing quotes around default string value Michal Simek
2024-04-15 12:41 ` Heinrich Schuchardt
2024-04-15 11:35 ` [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii Michal Simek
2024-04-15 12:22 ` Heinrich Schuchardt
2024-04-15 12:49 ` Michal Simek
2024-04-16 0:36 ` Tom Rini
2024-04-16 6:32 ` Michal Simek
2024-04-16 0:36 ` Tom Rini
2024-04-16 6:59 ` Francesco Dolcini [this message]
2024-04-16 10:09 ` Michal Simek
2024-04-16 13:18 ` Dragan Simic
2024-04-16 14:51 ` Francesco Dolcini
2024-04-16 16:53 ` Dragan Simic
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=20240416065946.GC4165@francesco-nb \
--to=francesco@dolcini.it \
--cc=andre.przywara@arm.com \
--cc=angelo@kernel-space.org \
--cc=clamor95@gmail.com \
--cc=eugen.hristev@collabora.com \
--cc=git@xilinx.com \
--cc=inindev@gmail.com \
--cc=jagan@amarulasolutions.com \
--cc=jjriek@verizon.net \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=michal.simek@amd.com \
--cc=philipp.tomsich@vrull.eu \
--cc=quentin.schulz@theobroma-systems.com \
--cc=sjg@chromium.org \
--cc=tim@feathertop.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.com \
--cc=vigneshr@ti.com \
--cc=xypron.glpk@gmx.de \
--cc=zhangzj@rock-chips.com \
/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