render tab characters in html
- by Midhat
I have to render some text to a web page. The text is coming from sources outside my control and it is formatted using \n and\t
Now \n can be replaced by a <br> but what about \t. A brief search reveals there is no way to render tab characters in html, bu there has to be a workaround. Anyone?