]> Git Repo - u-boot.git/commit - lib/vsprintf.c
treewide: Use 16-bit Unicode strings
authorSimon Glass <[email protected]>
Sun, 23 Jan 2022 19:55:14 +0000 (12:55 -0700)
committerTom Rini <[email protected]>
Thu, 3 Feb 2022 20:53:28 +0000 (15:53 -0500)
commit5b9a5b2b966bf738ca4115a9dca52d0dc9f2710d
tree86ff5fbee12f43f7d700d130c92009aef12fc185
parent156ccbc3c4581a1e6d29c51f4af4e120e30a2ef0
treewide: Use 16-bit Unicode strings

At present we use wide characters for Unicode but this is not necessary.
Change the code to use the 'u' literal instead. This helps to fix build
warnings for sandbox on the Raspberry Pi.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
lib/lzma/Types.h
lib/vsprintf.c
test/print_ut.c
test/unicode_ut.c
This page took 0.035243 seconds and 4 git commands to generate.