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

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to