]> git.baikalelectronics.ru Git - uboot.git/commit
lib: charset: correct utf8_utf16_strnlen() description
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 8 May 2019 17:34:48 +0000 (19:34 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:21 +0000 (20:54 +0200)
commit7273d3a30a2a00513e6fa795c0b130dffba18db1
treed7a39e28eb3ed4442eda0b59b190452c4ad1aa1f
parentf54eae08d2e57ec14a44a8ec332f60354fb92b0f
lib: charset: correct utf8_utf16_strnlen() description

Correct the description of utf8_utf16_strnlen() and utf8_utf16_strlen() to
reflect that they return u16 count and not byte count.

For these functions and utf16_utf8_strnlen() describe the handling of
invalid code sequences.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/charset.h