I have users who cut and paste in to dcrs., You can get some pretty funky chars in them.
I'm using UTF-8 encoding
They have a single quote that comes in as garbage ’
I'm doing a
sub doConversion
{
my ($content) =
@_;
$content =~ s/’/\&\#8217\;/g;
return $content;
}
What's your thoughts?
Thanks in advance!
WIN2K TS/TST 5.5.2 sp5; OD 5.6.0.1; DD 5.5.2
The Professor-