Re: [PATCH 2/3] lib/charset: add u16_strcat() function

2022-02-13 Thread Masahisa Kojima
Hi Heinrich, On Sun, 13 Feb 2022 at 19:12, Heinrich Schuchardt wrote: > > On 2/10/22 08:05, Masahisa Kojima wrote: > > Provide u16 string version of strcat(). > > > > Signed-off-by: Masahisa Kojima > > Please, provide a test in test/unicode_ut.c. Yes, I will add. > > --- > > include/charset.

Re: [PATCH 2/3] lib/charset: add u16_strcat() function

2022-02-13 Thread Heinrich Schuchardt
On 2/10/22 08:05, Masahisa Kojima wrote: Provide u16 string version of strcat(). Signed-off-by: Masahisa Kojima Please, provide a test in test/unicode_ut.c. --- include/charset.h | 13 + lib/charset.c | 12 2 files changed, 25 insertions(+) diff --git a/incl

[PATCH 2/3] lib/charset: add u16_strcat() function

2022-02-09 Thread Masahisa Kojima
Provide u16 string version of strcat(). Signed-off-by: Masahisa Kojima --- include/charset.h | 13 + lib/charset.c | 12 2 files changed, 25 insertions(+) diff --git a/include/charset.h b/include/charset.h index b93d023092..baba9d7c14 100644 --- a/include/charset.h