Hi,
I'm trying to display a series of text files as the help section of my app.
I'm using the HelpScrollView code as kindly provided by Klaus.
My problem is that the CR/LF seems to appear as a square character. I've used notepad++ to save the text files as UTF-8 and as UTF-8 without BOM and also tried to change the code so that it uses initialize2 and specified utf-8. Everything I've tried so far still displays the text file with squares at the CR/LF points.
It's not a major thing and I could probably use another solution but it would be nice to be able to display text in this way without displaying annoying little squares at the end of each sentence/paragraph.
:sign0085:
I'm trying to display a series of text files as the help section of my app.
I'm using the HelpScrollView code as kindly provided by Klaus.
My problem is that the CR/LF seems to appear as a square character. I've used notepad++ to save the text files as UTF-8 and as UTF-8 without BOM and also tried to change the code so that it uses initialize2 and specified utf-8. Everything I've tried so far still displays the text file with squares at the CR/LF points.
It's not a major thing and I could probably use another solution but it would be nice to be able to display text in this way without displaying annoying little squares at the end of each sentence/paragraph.
:sign0085: