carpedm20 / emoji

emoji terminal output for Python
Other
1.87k stars 273 forks source link

Update to Unicode 15.1 #284

Closed cvzi closed 5 months ago

cvzi commented 5 months ago

Four new emoji:

πŸ¦β€πŸ”₯ Phoenix πŸ‹β€πŸŸ© Lime πŸ„β€πŸŸ« Brown Mushroom ⛓️‍πŸ’₯ Broken Chain

And several emoji have new combinations, mostly about the direction of the emoji, e.g. "Man running" πŸƒβ€β™‚οΈ and "Man running to the right" πŸƒβ€β™‚οΈβ€βž‘οΈ

Also the English name for πŸ‡ΉπŸ‡· was changed from :Turkey: to :TΓΌrkiye:. I have kept :Turkey: as an alias.


I have "uncompressed" the dict and the compressed it again after the changes, so that the changes can be shown with git diff: https://github.com/cvzi/emoji/commit/69d9229334d0554d9a11240898c4cc862df7b111?diff=split&w=1


Fixes #283

TahirJalilov commented 5 months ago

Good job @cvzi , Thank you!