What\'s the meaning of this char?
It's the ASCII/UTF code for LF (0A) - Unix-based systems are using it as the newline character, while Windows uses the CR-LF PAIR (OD0A).
LF
0A
OD0A