Variable UTF16Decoder.character

Current character index

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