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

Simon Glass sjg at chromium.org
Sun Aug 13 21:36:50 UTC 2017


On 9 August 2017 at 17:14, Rob Clark <robdclark at gmail.com> 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 <robdclark at gmail.com>
> ---
>  examples/api/Makefile |  1 +
>  lib/vsprintf.c        | 31 +++++++++++++++++++++++++++++--
>  2 files changed, 30 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list