Re: [U-Boot] [PATCH 3/5] vsprintf.c: add UTF-16 string (%ls) support

2017-08-13 Thread Simon Glass
On 9 August 2017 at 17:14, Rob Clark wrote: > This is convenient for efi_loader which deals a lot with UTF-16. Only > enabled with CC_SHORT_WCHAR, leaving room to add a UTF-32 version when > CC_SHORT_WCHAR is not enabled. > > Signed-off-by: Rob Clark >

[U-Boot] [PATCH 3/5] vsprintf.c: add UTF-16 string (%ls) support

2017-08-09 Thread Rob Clark
This is convenient for efi_loader which deals a lot with UTF-16. Only enabled with CC_SHORT_WCHAR, leaving room to add a UTF-32 version when CC_SHORT_WCHAR is not enabled. Signed-off-by: Rob Clark --- examples/api/Makefile | 1 + lib/vsprintf.c| 31