Utf8::getUnicodeValue
Compute the code value of a Unicode character encoded in UTF8 format in the array bytes starting. "size" indicates the number of ASCII characters that was required to represent the Unicode char in question.
Synopsis
Declared in <SageIII/Utf8.h>
static
int
getUnicodeValue(
char const* bytes,
int size);
Created with MrDocs