Skip to content

piouswolf/emojifilter-lua-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emojifilter-lua-

All emojis' unicode codepoint(s): https://unicode.org/Public/emoji/12.0/emoji-data.txt

Emoji.lua is a unabridged key-value codepoints table generated from parsing emoji-data.txt(excluding 0023(#)/002A(*)/0030..0039(0..9)). Such as, ... ["2668"] = true, -- (♨️) hot springs ["270F"] = true, -- (✏️) pencil ... So, a unicode codepoint(s) translated from a utf-8 word can be checked by the table.

It will be more efficient if implemented by C/C++ or other native language.

About

filters all emoji from utf8 string by lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages