in reply to
Re^2: Parse a special symbol
in thread
Parse a special symbol
Set your text editor to save things as utf-8 (if not already set so)
use utf8;
set your output encoding correctly:
binmode(STDOUT, ":encoding(utf-8)");
The rest depends on your terminal.
Comment on
Re^3: Parse a special symbol
Select
or
Download
Code
In Section
Seekers of Perl Wisdom