I will be loading these values dynamically, so I won't be able replace the apostrophe with the Unicode value.
You should be able to replace those dispicable MS Word "smart" punctuation marks dynamically with regex.
I would use an editor capable to displaying hex values to see exactly what the bogus apostrophe code is.
Looking back at how I solved the problem, I used the
String replace function - which is faster - like this:
When you find out what the "apostrophe" code is, just add a line.
Bill