Newlines are not properly handled
When receiving a JSON message, such as
{"text" :"test\ntest"}, it appears that the client cannot handle the newline. CR along with LF both produce their respective unknown character box(not sure of the name). http://prntscr.com/23tg34 is an example of this bug. 1.6.4 and previous versions handled newlines perfectly.