If you put:
at the top of the script, this tells Perl that your source code contains UTF8-encoded unicode characters.use utf8;
If you want to read and write UTF8, do this at the top of the script:
Hope this helps!binmode STDIN, ':utf8'; binmode STDOUT, ':utf8';
In reply to Re^3: A problem with dash typography
by 1nickt
in thread A problem with dash typography
by hsmyers
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |