1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

refine emoji-presentation script

refs: #1607
This commit is contained in:
Wez Furlong 2022-02-02 06:57:08 -07:00
parent 23d1ad5861
commit 6368198b4f

View File

@ -8,20 +8,23 @@ for version in 9 14 ; do
echo "\n### Unicode Version $version\n"
printf "\e]1337;UnicodeVersion=$version\e\\"
echo -e "\u270c. Victory hand, text presentation by default"
echo -e "\u270c\ufe0e. Victory hand, explicit text presentation"
echo -e "\u270c\ufe0f. Victory hand, explicit emoji presentation"
echo "|||"
echo -e "\u270c| Victory hand, text presentation by default"
echo -e "\u270c\ufe0e| Victory hand, explicit text presentation"
echo -e "\u270c\ufe0f| Victory hand, explicit emoji presentation"
echo -e "\u270a. Raised fist, emoji presentation by default"
echo -e "\u270a\ufe0e. Raised fist, explicit text presentation (invalid; no effect)"
echo -e "\u270a\ufe0f. Raised fist, explicit emoji presentation"
echo -e "\u270a| Raised fist, emoji presentation by default"
echo -e "\u270a\ufe0e| Raised fist, explicit text presentation (invalid; no effect)"
echo -e "\u270a\ufe0f| Raised fist, explicit emoji presentation"
echo -e "\u2716. Multiply, text presentation by default"
echo -e "\u2716\ufe0e. Multiply, explicit text presentation"
echo -e "\u2716\ufe0f. Multiply, explicit emoji presentation"
echo -e "\u2716| Multiply, text presentation by default"
echo -e "\u2716\ufe0e| Multiply, explicit text presentation"
echo -e "\u2716\ufe0f| Multiply, explicit emoji presentation"
echo -e "\U0001F468\u200D\U0001F467\u200D\U0001F466"
echo "👨\n12"
echo -e "\U0001F468\u200D\U0001F467\u200D\U0001F466|"
echo "👨|"
echo -e "\U0001F6E5|"
echo -e "\U0001F6E5"
done
# Restore saved unicode version