summaryrefslogtreecommitdiff
path: root/lib/charset.c
Commit message (Collapse)AuthorAgeFilesLines
* efi_loader: new function utf8_to_utf16Heinrich Schuchardt2017-12-011-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 helpersRob Clark2017-09-121-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>