Ok....here is the problem. When our user goes into enter content into a dcr she copies and pastes from word '97. What happens is if there is a W97 apostrophe (xml &rsquo

it is blanked out when the resulting page is created.
What I tried to do first a few months ago was write a simple perl script to replace the wrong apostrophes with ' (ticks) so they show up. However perl for some reason WILL NOT under any circumstances allow me to do so....I know my script is working fine in that I can replace anything but these W97 apostrophes!!!
So I tried another avenue....I tried replacing them in the TPL and I had thought this was working but I guess I am wrong this is how I did it there (or tried to):
$SectionBody =~ s#’#'#g;
$SectionBody =~ s#‘#'#g;
$SectionBody =~ s#’#'#g;
Note that the first line the W97 apostrophe shows up as a reverse ` in textpad/notepad but not in this forum.
Now this doesn't work either.
Can anyone enlighten me as to how exactly I can replace these W97 apostrophes without having to manual go through each DCR? I would be very appreciative. Thanks.
HCR
ps...i had thought this worked in my pre-SP3 days but it doesn't now....