Hi All,
I have text strings from a database the have been copied from a pdf file.
They contain E2 80 A8 characters at the end of the line ( I think they are utf8 End of Line)
How can I replace these with say a
so I can display correctly in an html page.
I have tried this but having a look at the hex of this it did not work.
t = ReplaceLineEndings(t, EndOfLine.Windows)
Tom