grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 09/10] commands/bli: Extract uft8 to utf16 conversion


From: Daniel Kiper
Subject: Re: [PATCH v3 09/10] commands/bli: Extract uft8 to utf16 conversion
Date: Wed, 8 Mar 2023 16:13:38 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Thu, Mar 02, 2023 at 07:20:44PM +0100, Oliver Steffen wrote:
> Create a new function for utf-8 to utf-16 conversion called
> `grub_utf8_to_utf16_alloc` in the bli module.  It is modeled after the

s/`grub_utf8_to_utf16_alloc`/grub_utf8_to_utf16_alloc()/

> `grub_utf8_to_ucs4_alloc` like functions in charset.h.  The goal is to

s/`grub_utf8_to_ucs4_alloc`/grub_utf8_to_ucs4_alloc()/

> move this to a central place so that it can help reduce code
> duplication.
>
> Please comment: Where should this go?

I would put it in grub-core/normal/charset.c. If not then grub-core/kern/misc.c.

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]