I'm receiving data through a socket....
socket = new Socket(server, port);
in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
This is coming from a remote server that I don't control.
Special characters are encoded, and if I print them out to the console they appear as...