Twitch SDK (Internal)
Namespaces | Functions
utf8.h File Reference
#include "twitchsdk/core/types/coretypes.h"

Go to the source code of this file.

Namespaces

 ttv
 JSON (JavaScript Object Notation).
 

Functions

bool ttv::IsUtf8StartByte (char b)
 
bool ttv::IsUtf8SequenceByte (char b)
 
const char * ttv::AdvanceToNextUtf8Character (const char *cur, int &sequenceLength)
 
int ttv::CountUtf8Bytes (const char *start, int numCharacters)
 
bool ttv::IsValidUtf8 (const char *str, bool &hasFourByteChars)