X Tutup
Skip to content

Commit 8a5ec3b

Browse files
committed
Merge pull request python-telegram-bot#92 from jh0ker/emoticons
Decode Emoji byte strings into unicode strings if using Python 3 (Alternative)
2 parents 21c26ae + cbf66d4 commit 8a5ec3b

File tree

4 files changed

+890
-842
lines changed

4 files changed

+890
-842
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following wonderful people contributed directly or indirectly to this projec
1313
- `ErgoZ Riftbit Vaper <https://github.com/ergoz>`_
1414
- `franciscod <https://github.com/franciscod>`_
1515
- `JASON0916 <https://github.com/JASON0916>`_
16+
- `jh0ker <https://github.com/jh0ker>`_
1617
- `JRoot3D <https://github.com/JRoot3D>`_
1718
- `macrojames <https://github.com/macrojames>`_
1819
- `njittam <https://github.com/njittam>`_

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
future

0 commit comments

Comments
 (0)
X Tutup