$_value =~ s/’/’/g; # typed from keyboard $_value =~ s/%92/’/g; # uri encoding $_value =~ s/’/’/g; # should never work #### $_value =~ s/\x92/’/g;