Also if this issue appeared during send csv file, you must check encoding, because utf8 bom could be reason of it.
if (text.startsWith("\uFEFF")) { text.substring(1); }