in reply to Re^2: Parse a special symbol
in thread Parse a special symbol

  1. Set your text editor to save things as utf-8 (if not already set so)
  2. use utf8;
  3. set your output encoding correctly: binmode(STDOUT, ":encoding(utf-8)");
The rest depends on your terminal.