i'm reading in a text file and found a major problem, it seems that the txt file is saved as unicode, its a chat log which i want to read in and display.
However because its saved as this format, there is a space after every character, you only see this though when doing source code view.. but appears normal on the webpage..
Is there a way to read the file in another format.. etc..