aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
Commit message (Collapse)AuthorAge
* Do parenthesized numbers via paren-base. Add a few more chars.Mark E. Shoulson2021-05-06
|
* A few set-related things, roman numerals.Mark E. Shoulson2020-08-18
|
* A bunch more emoji, including some new ones.Mark E. Shoulson2020-06-01
| | | | Fix to emojitrans2.pl to keep the RE correct.
* Fixed some .py utils to use python3; added a few chars.Mark E. Shoulson2020-05-11
| | | | | | | | | | After all, Python2 reaches EOL very soon! More emoji added. Also improved the Makefile. A few additions, improvements to translator.
* Merge pull request #40 from Laaas/masterMark Shoulson2019-08-01
|\ | | | | Make emojitrans2.pl not assume location of perl installation
| * Make emojitrans2.pl not assume location of perl installationLas2019-01-19
| |
* | More emoji, and also math-base and tags-baseMark E. Shoulson2019-05-30
|/ | | | Changes languished in my working dir for months, might as well commit & push.
* 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.