// - there is only one char left of charCount where we're stuffing decoded characters.// In this case, we need to back off since decoding > 3 bytes in UTF-8 means that we will get 2 16-bit chars// (a high surrogate and a low surrogate) - the Decoder will attempt ...