Hi all,
I just wanted to let you know that my issue is now fixed with the help of jdtournier. The issue seemed to be the character encoding and we had to convert the file from UTF-8 to ASCII format using
less log_fc_files
iconv -f utf-8 -t ascii//TRANSLIT < log_fc_files > log_fc_files_fixed
Cheers,
Vasiliki