Variable UTF8Decoder.character

Current character index

struct UTF8Decoder
{
  // ...
  int character = 0;
  // ...
}