Re: [U-Boot] [PATCH 06/15] test: test printing Unicode

2018-08-26 Thread Heinrich Schuchardt
On 08/26/2018 08:06 PM, Alexander Graf wrote: > > > On 11.08.18 17:28, Heinrich Schuchardt wrote: >> Test printing of Unicode strings >> >> Signed-off-by: Heinrich Schuchardt >> --- >> test/unicode_ut.c | 37 + >> 1 file changed, 37 insertions(+) >> >> diff -

Re: [U-Boot] [PATCH 06/15] test: test printing Unicode

2018-08-26 Thread Alexander Graf
On 11.08.18 17:28, Heinrich Schuchardt wrote: > Test printing of Unicode strings > > Signed-off-by: Heinrich Schuchardt > --- > test/unicode_ut.c | 37 + > 1 file changed, 37 insertions(+) > > diff --git a/test/unicode_ut.c b/test/unicode_ut.c > index 29316

[U-Boot] [PATCH 06/15] test: test printing Unicode

2018-08-11 Thread Heinrich Schuchardt
Test printing of Unicode strings Signed-off-by: Heinrich Schuchardt --- test/unicode_ut.c | 37 + 1 file changed, 37 insertions(+) diff --git a/test/unicode_ut.c b/test/unicode_ut.c index 29316606c4..8e8c4d189e 100644 --- a/test/unicode_ut.c +++ b/test/unicod