PhillipHuang has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use charnames ':full'; print "\N{FACE WITH TEARS OF JOY}\n";
while it prints:
When I try to print "WHITE SMILING FACE", ☺ can be shown. How can I print above "FACE WITH TEARS OF JOY"?Wide character in print at print_face.pl line 3. 😂
|
|---|