The engine function file_str_readtow does not take into account the BOM of a UCS-2 LE encoded text file and adds a non-visible character (0xFEFF) at the beginning of the first string. If files should not contain a BOM, could you please write it explicitly?(Although I would prefer if it handled the BOM as notepad++ does not let me create UCS-2 files without a BOM)