Hi again. > REM Feb 02 MSG Lung Leavin’ Day
Aha! That single quote must have been copy-pasted from somewhere, because it is not a real single quote. A single quote is a single-byte character 0x27. What you put in your email is a multi-byte UTF-8 character 0xE2 0x80 0x99 which corresponds to the Unicode code point \u2019 --- the Right Single Quotation Mark (https://www.compart.com/en/unicode/U+2019) Try replacing it with the "'" character you have on your keyboard; that should fix it. Or as I said, you could use rem2pdf which does properly handle UTF-8. Regards, Dianne. _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
