]> git.baikalelectronics.ru Git - uboot.git/commit
test: test UTF-16 truncation in snprintf()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 29 Jan 2022 17:28:08 +0000 (18:28 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 5 Feb 2022 19:20:01 +0000 (20:20 +0100)
commite1f7549f8acbfc5d85b2616a2291648fbb793246
tree591d38e22b68f19b109500bc36da5c9b6d52b76c
parent3a8076506e9e5815add2c75bfea7193498d3eb85
test: test UTF-16 truncation in snprintf()

Check that snprintf() returns the correct required buffer length and prints
the correct string for UTF-16 strings.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/unicode_ut.c