loosecannon1
Programmer
Hi all -
I have a situation where I need to switch all copyright symbols(©) with its HTML entity number(#169
.
Following is what I have, but the Regex machine won't process it.
$topic =~ s/©/#169;/g;
Any ideas?
P.S. I left the & off the entity number so the forum wouldn't transform it to the symbol.
Thanks
I have a situation where I need to switch all copyright symbols(©) with its HTML entity number(#169
Following is what I have, but the Regex machine won't process it.
$topic =~ s/©/#169;/g;
Any ideas?
P.S. I left the & off the entity number so the forum wouldn't transform it to the symbol.
Thanks