]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
CodeSet: Add CodeSet_IsValidUTF8String() and more comments
authorOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:11 +0000 (11:54 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:11 +0000 (11:54 -0700)
commitced22726ccf583d54ebeaa83e5736fb249b730be
tree3c5bec5d6cc9eefc8d8c4453609b02a23bc0a910
parentadcaf9cd9ad65a45459ee8058ebfc267844477d6
CodeSet: Add CodeSet_IsValidUTF8String() and more comments

This change adds a new function CodeSet_IsValidUTF8String() to
lib/misc/codesetUTF8.c, and adds comments for CodeSet_IsValidUTF8()
and CodeSet_IsStringValidUTF8().
open-vm-tools/lib/include/codeset.h
open-vm-tools/lib/misc/codesetUTF8.c