]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib/charset: UTF-8 stream conversion
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 27 Feb 2021 13:08:38 +0000 (14:08 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Mar 2021 16:37:13 +0000 (17:37 +0100)
commite91789e2f6611c0d7f3510691c154e524e7cfa43
tree98e84ebbc76d03a249e8db3794b54ef834ba7a26
parentddbaff53da5b99563fa371db0b09544e139fdabb
lib/charset: UTF-8 stream conversion

Provide functions to convert an UTF-8 stream to code page 437 or UTF-32.

Add unit tests.

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