I am reading a file containing keywords line by line and found a strange problem.
I hope lines that following each other if their contents are the same, they should be handl
I had a similar case in my previous project. The culprit was the Byte order mark, which I had to get rid of. Eventually I implemented a hack based on this example. Check it out, might be that you have the same problem.