[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <033f5e95-3fef-4f76-97db-2f68a023f74a@kernel.org>
Date: Mon, 14 Apr 2025 08:47:13 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Nicolas Pitre <nico@...xnic.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Nicolas Pitre <npitre@...libre.com>, Dave Mielke <Dave@...lke.cc>,
linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 02/11] vt: move unicode processing to a separate file
On 10. 04. 25, 3:13, Nicolas Pitre wrote:
> From: Nicolas Pitre <npitre@...libre.com>
>
> This will make it easier to maintain. Also make it depend on
> CONFIG_CONSOLE_TRANSLATIONS.
...
> --- a/include/linux/consolemap.h
> +++ b/include/linux/consolemap.h
...
> @@ -57,6 +58,11 @@ static inline int conv_uni_to_8bit(u32 uni)
> }
>
> static inline void console_map_init(void) { }
> +
> +static inline bool ucs_is_double_width(uint32_t cp)
> +{
> + return false;
> +}
Is this inline necessary? I assume ucs_is_double_width() won't be called
outside CONFIG_CONSOLE_TRANSLATIONS?
thanks,
--
js
suse labs
Powered by blists - more mailing lists