Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | efi_loader: new function utf8_to_utf16 | Heinrich Schuchardt | 2017-12-01 | 1 | -1/+56 |
| | | | | | | | | | | Provide a conversion function from utf8 to utf16. Add missing #include <linux/types.h> in include/charset.h. Remove superfluous #include <common.h> in lib/charset.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> | ||||
* | lib: add some utf16 handling helpers | Rob Clark | 2017-09-12 | 1 | -0/+101 |
We'll eventually want these in a few places in efi_loader, and also vsprintf. Signed-off-by: Rob Clark <robdclark@gmail.com> |