
22 Oct
2017
22 Oct
'17
4:35 p.m.
On 18 October 2017 at 00:02, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
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
v3 no change v2 new patch
include/charset.h | 15 +++++++++++++++ lib/charset.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org