I have an openCL kernel that is for pathfinding in a map. This works perfectly fine on a MAC but on a windows machine, in clBuildProgram() method, I get an error stating that the source file is not valid UTF-8.I have an openCL kernel that is for pathfinding