commit | 73bb90cabcdffcd528d1002a12779779196bf200 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 27 14:08:36 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 07 17:37:13 2021 +0100 |
tree | 5c4fb2a3ebecf079f4cadacc41aa9e45354e69a0 | |
parent | 70616a1ed8c7fe22aa19eb674915623bd236926f [diff] |
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>