Variable UTF8Decoder.input

Input string. Set it before decoding

struct UTF8Decoder
{
  // ...
  string input ;
  // ...
}