Skip to content

Commit

Permalink
Merge pull request #8 from ahangarha/add-ZWNJ-support
Browse files Browse the repository at this point in the history
prevent removal of ZWNJ from tweets
  • Loading branch information
behrouzbakhtiari authored Mar 1, 2020
2 parents ced907c + 6b53cb6 commit b8d2d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def remove_emoji(tweet):
u"\ufe0f"
u"\u2069"
u"\u2066"
u"\u200c"
u"\u2068"
u"\u2067"
"]+", flags=re.UNICODE)
Expand Down

0 comments on commit b8d2d60

Please sign in to comment.