Label mismatch...WTF?? in Programming Posted December 2, 2014 I just encountered this error and found out that the file causing the error was encoded in UTF-8. When I removed the byte order mark, EF BB BF, from the beginning of the file, the error disappeared.
Label mismatch...WTF??
in Programming
Posted
I just encountered this error and found out that the file causing the error was encoded in UTF-8. When I removed the byte order mark, EF BB BF, from the beginning of the file, the error disappeared.