I have a text file that has new lines delimited by :::: and I need to replace that string with a \n character.
And it works fine when displayed in a text file but I am importing that string into another program that displays the new lines as a tiny black box instead of a new line.
I copied text with a new line from the program I am importing into and it shows the line as CRLF hex 0d0a
with no luck.