Using the same project and text file as here: Java.NullPointerException null (again) the program is outputting the data but with 
. To put you in the picture:
This program is a telephone directory, ignoring the first "code" block, look at the second "code" block on that link, that is the text file with the entries. The program outputs them as it should but it is giving

at the beginning of the entries read from the text file ONLY.
Any help as to how to remove it? I am using Buffered Reader with File Reader in it.
- Encoding of Text File: UTF-8
- Using Java 7
- Windows 7