Hi list, Can utf8 data for a single utf8 character get split across a tcp buffer?
From what I understand the answer must be yes, and I should check for incomplete utf8 data on the GUI at the end of the buffer. However I'm not doing that atm, and I can't trigger any errors (like copy pasting 500 messages with a utf8 snowman in them). I get perfect snowmen every time.
-Jonathan