I try to understand the work from existing project from David Silver, http://www0.cs.ucl.ac.uk/staff/d.silver/web/Applications.html. I try to understand his code that he works on POMCP. However, when I try to import that project into Eclipse, I encounter the following problem.
I suspect this problem is related to character encoding problem with the file .pocman.cpp and other .*.cpp files. I try to open those files with Notepad on the Windows OS. Notepad cannot read any of those files, but Notepad++ or Sublime Text can read them properly. I try to work with some of existing solutions for this special character problem, but I have not successfully done so.