]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: carve out utf_to_cp()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 27 Feb 2021 13:08:36 +0000 (14:08 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Mar 2021 16:37:13 +0000 (17:37 +0100)
commit9e762623d990ac50c6b9dedeb782ed108607ddcb
tree5c4fb2a3ebecf079f4cadacc41aa9e45354e69a0
parentcc5885b1bed6cee08995acef435e3e2d312b3427
efi_loader: carve out utf_to_cp()

Carve out a function to translate a Unicode code point to an 8bit codepage.

Provide a unit test for the new function.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/charset.h
lib/charset.c
lib/efi_loader/efi_unicode_collation.c
test/unicode_ut.c