Hi CBoard members.
I want to write a function which will return true or false based on if the given string is Utf8 encoded or not.

for example:

boo isUtf8(const string & str) {}
Since this is...