- 16 Feb, 2018 2 commits
-
-
Colin Rice committed
-
unicode.
Colin Rice committed
-
- 15 Feb, 2018 3 commits
-
-
Colin Rice committed
-
Colin Rice committed
-
Colin Rice committed
-
- 05 Oct, 2017 2 commits
- 02 Aug, 2017 1 commit
-
-
Tim Leers committed
-
- 09 Jan, 2017 1 commit
-
-
Jason Axelson committed
-
- 07 Jan, 2017 1 commit
-
-
Previously emoji like
(:man-man-boy:) were decoded as :man::man::boy: ( ) even though there is a specific emoji entry for :man-man-boy:. The solution is to change how the regexp is constructed. Instead of not setting a sort order for the emoji that go into the regexp we use reverse alphabetical order to ensure that any emoji that are inclusive of another (such as :man-man-boy: including :man) get sorted BEFORE the emoji that they include. We accomplish this by using a `SortedSet` and implementing `<=>` on `Emoji`Jason Axelson committed
-
- 06 Jan, 2017 1 commit
-
-
This allows a library user to easily customize the representation of an emoji (mapping it to a custom image for example)
Jason Axelson committed
-
- 06 Sep, 2016 1 commit
-
-
Eyal Kenig committed
-
- 09 May, 2016 3 commits
-
-
Christophe Maximin committed
-
Christophe Maximin committed
-
Christophe Maximin committed
-
- 06 May, 2016 2 commits
-
-
Without a pre-built lookup, we will look through all existing emojis (~1000) for non-existent emoji cheat codes. This is 30x faster than caching on demand in the presence of non-existent cheat codes, and roughly the same speed as caching on demand when there are no non-existent cheat codes.
Ben Turner committed -
Ben Turner committed
-
- 05 May, 2016 1 commit
-
-
Mark Wunsch committed
-
- 25 Jan, 2016 1 commit
-
- 21 Aug, 2015 2 commits
-
-
Andrew Cantino committed
-
Andrew Cantino committed
-
- 14 Aug, 2015 1 commit
-
-
Andrew Cantino committed
-
- 31 Jul, 2015 1 commit
-
-
amacou committed
-
- 11 Jun, 2015 2 commits
-
-
Mark Wunsch committed
-
Blake Gentry committed
-
- 03 Dec, 2014 1 commit
-
-
Christopher Blum committed
-
- 02 Sep, 2014 1 commit
-
-
Mark Wunsch committed
-
- 10 Jul, 2014 1 commit
-
-
amacou committed
-
- 09 Jan, 2014 2 commits
-
-
Mark Wunsch committed
-
This is a fix for #7. In addition to the updated iterator, I've adjusted the numeric emoji to use accurate unicode codepoints.
Mark Wunsch committed
-
- 06 Nov, 2013 1 commit
-
-
Rémi Prévost committed
-
- 06 Sep, 2013 1 commit
-
-
Mark Wunsch committed
-
- 03 Sep, 2013 2 commits
-
-
Jake Boxer committed
-
Jake Boxer committed
-
- 29 Aug, 2013 1 commit
-
-
Jake Boxer committed
-
- 27 Aug, 2013 1 commit
-
-
Mark Wunsch committed
-
- 19 Aug, 2013 2 commits
-
-
Fixes #1
Mark Wunsch committed -
A continuation of #3
Mark Wunsch committed
-
- 16 Aug, 2013 1 commit
-
-
In addition, this code rewrites encode to just defer to encode_io. This is an attempt to fix #2, though I believe the lookahead code can and should be refined.
Mark Wunsch committed
-
- 26 Feb, 2013 1 commit
-
-
Andrew Cantino committed
-