This however does not make any changes. What am I doing wrong? If it matters, I am using perl 5.8.8.#!/usr/bin/perl -w use strict; use utf8; open (FILE, $ARGV[0]) or die "Can't read $ARGV[0].\n"; my $fileln = <FILE>; $fileln =~ tr/\’/\'/;
In reply to "Asciitizing" utf8 by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |