Yes I ended up using a native Quick Base formula to strip out the weird characters. I did this quickly last night for a client demo and when we go live, I will just keep adding to the formula as I see the characters come up in email.
OutLook Sync means that I set up a Connected "Sync" table where the source was my Outlook 365 In Box.
var text StepOne = SearchAndReplace([Body],"Ā","");
var text StepTwo = SearchAndReplace($StepOne, "€","");
var text StepThree = SearchAndReplace($StepTwo,"™","");
var text StepFour = SearchAndReplace($StepThree, "¿","");
var text StepFive = SearchAndReplace($StepFour, "»","");
var text StepSix = SearchAndReplace($StepFive, "ļ","");
var text StepSeven = SearchAndReplace($StepSix, "â","");
$StepSeven
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------