You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fundamental issue exists on the Unicode data transition boundary, when the data travels as a stream.
This may manifest as ssh remote sessions breaking down with rare and random failures/aborts.
Ex. #767
To decode a Utf8 stream to Utf16 and vice versa, we need a stateful parser that accounts for partial input. The current implementation (that is a simple wrapper on MultiByteToWideChar), simply fails when fed with partial input.