Skip to content

Instantly share code, notes, and snippets.

@yowcow
Created May 30, 2020 04:37
Show Gist options
  • Save yowcow/a44f50e8b6b597b0ac0ecaa12f1c4db6 to your computer and use it in GitHub Desktop.
Save yowcow/a44f50e8b6b597b0ac0ecaa12f1c4db6 to your computer and use it in GitHub Desktop.
suckless terminal rendering failure
use strict;
use utf8;
binmode(STDOUT, ":utf8");
print "\x{1f96b}\n"; # OK
print "\x{1f96c}\n"; # NG
#...
print "\x{1f97b}\n"; # NG
#...
print "\x{1f97f}\n"; # NG
print "\x{1f980}\n"; # OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment