I am using a BufferedReader to read details from a file which are stored as bytes, I am then converting the bytes into text and splitting it into an
BufferedReader
bytes
What you see is the UTF-8 BOM
Convert your input file to be without BOM.