Added unicode emoji support global

This commit is contained in:
2019-10-19 15:17:26 -06:00
parent f7f0e61ecd
commit 6d86fdd578

View File

@ -4,6 +4,8 @@ import (
"strconv" "strconv"
) )
var UNICODE_EMOJI_SUPPORT bool = false
type emojiData struct { type emojiData struct {
Name string Name string
Description string Description string