Pawajoro - 2012-05-10

So, I have edited your program for my project: https://sourceforge.net/projects/kuidland/ Because my project is in C++ and all translators to C/C++ was useless, I decided to use function to run your program outside my one. I edited code, which tells about what informations are added to text file. So, it was only main function. I tried to compile it in http://www.onlinecompiler.net/java. Compilator said:

Compiler Output:
4sfShx9L.java:146: illegal escape character
} else if (sField.matches("category-region-\d+")) {
^
4sfShx9L.java:148: illegal escape character
} else if (sField.matches("category-era-\d+")) {
^
4sfShx9L.java:163: illegal escape character
if (sField.matches("category-era-\d+")) {
^
3 errors

I haven't edited this fragmant of code. What should I do?