Convert a string of 8-bit Latin-1 (ISO-8859-1) characters into a UTF-8 encoded array of bytes.
Public Function cnvUTF8BytesFromLatin1 ( _ szInput As String _ ) As Byte()