Check if a byte array contains valid UTF-8 characters.
Public Function cnvCheckUTF8Bytes ( _ lpInput() As Byte _ ) As Long
0 = Not valid UTF-8 1 = Valid UTF-8, all chars are 7-bit ASCII 2 = Valid UTF-8, contains at least one multi-byte character equivalent to 8-bit ANSI 3 = Valid UTF-8, contains at least one multi-byte character that cannot be represented in a single-byte character set