I have an encoding question and would like to ask for help. I notice if I choose "UTF-8" as encoding, there are (at least) two double quotes " and “. But when I choose "ISO-8859-1" as the encoding, I see the latter double quote becomes ¡°, or sometimes for example “.
Could anyone please explain why this is the case? How can match “ and replace it with " using regexp in perl?
Thanks a lot.
 
     
     
     
    