in reply to Re^3: print Unicode characters
in thread print Unicode characters

I kept getting a "wide character in print" warning.

Add this to your script to get rid of the warning:

binmode STDOUT, ":utf8";