Reading carriage returns
807597Jul 25 2005 — edited Jul 25 2005Hi,
I'm reading an HTML via a BufferedReader into a string and then outputting the string through a socket. Unfortunately the output shows the HTML code squashed together as opposed to the original format where it was laid out well. Is there any way of getting the BufferedReader class to include carriage returns and line feeds?
Thanks,
Chris