aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
Commit message (Collapse)AuthorAge
* Fixed some comments. Added just 2 or 3 new chars.Mark Shoulson2017-03-08
|
* Add parens.compose.Mark Shoulson2017-02-19
|
* Added more emoji, including big lists of (raw) new characters from other ↵Mark Shoulson2017-02-19
| | | | | | blocks and unicode 9.0 Also added makefile
* More emoji "face"s, other emoji.Mark Shoulson2016-03-29
|
* First pass for faces, using () mnemonic for some, anyway.Mark Shoulson2016-03-23
|
* Added yet more.Mark Shoulson2016-03-22
|
* Compared emoji list with unicode data to get some that were missed.Mark Shoulson2016-03-18
|
* Add some missed emoji, add conventions to interim, add sorter,Mark Shoulson2016-03-17
| | | | add emoji.compose, even though it's derived.
* Add new Emoji file and support.Mark Shoulson2016-03-17
emojilist is a list snipped out of UnicodeData.txt emojitrans1.pl converts it to an intermediate form, sorta XCompose-like, but with shortcuts (more XCompose-like than it needs to be, sorry), which is emoji-interim. Edit that to comment out things that shouldn't happen, choose key combos, etc. Then use emojitrans2.pl to translate that to true emoji.compose, which is an XCompose file you can include.