Hi,
I have attached a file with 2 characters in it. In notepad with Terminal font selected, the show as a negative image ‘o’ and a char like a piano note. Most other fonts they just show as 2 squares.
I know they form some sort of carriage return, but I find and replace all chr 13 with n which is the iCalendar method of carriage returns.
Would anyone happen to know their Ascii value?
The main problem is that I send iCalendar items (.ics) from a VB app to people email client and rogue characters stop the calender object from importing. I’m trying to find a list of invalid characters, and if they have them, their iCalendar equivalents (i.e. char(13) = n). Any help with that would be great too as i’m running out of ideas to search for!
Regards,