Skip to content

Commit

Permalink
issue #8918 \emoji does not support emoji with ZWJ
Browse files Browse the repository at this point in the history
- added new items to the list (of GitHub) supported
- created compatibility code for items not supported anymore by GitHub
- corrected codes for items to represent current standard
- added new items to test
- adjusted documentation, i.e. made sure directory is present before download of images
  • Loading branch information
albert-github committed Nov 29, 2021
1 parent c838133 commit 50e31ff
Show file tree
Hide file tree
Showing 4 changed files with 2,795 additions and 1,665 deletions.
2 changes: 2 additions & 0 deletions doc/emojisup.doc
Expand Up @@ -60,6 +60,8 @@ def get_emojis():
return json.loads(raw_data)

def download_images(dir_name):
if not os.path.exists(dir_name):
os.makedirs(dir_name)
json_data = get_emojis()
num_items = len(json_data)
cur_item=0
Expand Down

0 comments on commit 50e31ff

Please sign in to comment.