zulip/tools/setup/emoji
Gittenburg 45e19dd6b9 emoji: Rename :slight_smile: to 😄.
Zulip converts :) to the 1F642 Unicode emoji and promotes the same emoji
in the popular section of the emoji picker.

Previously Zulip has labeled 1F642 as "slight smile". While that name
conforms to the Unicode standard (which describes the code point as
SLIGHTLY SMILING FACE), it didn't match our use case of the emoji.

If a user types :) or selects the first smile in the emoji picker they
probably mean to express a regular "smile" and not a "slight smile",
which raises the question why they are only smiling slightly.

This commit relabels 1F642 as 😄 and our previous 😄 263A as
:smiling_face:. Note that 263A looks different in our three supported
emoji sets, so it is not suited to be our "default smile".

This change does not require a migration since our emoji system stores
both unicode points and names and handles name changes transparently.
2020-07-21 16:49:54 -07:00
..
1f419.png emoji: Hardcode octopus emoji. 2018-07-23 08:04:58 -07:00
build_emoji python: Convert more percent formatting to "".format. 2020-07-13 13:16:38 -07:00
emoji_map.json
emoji_names.py emoji: Rename :slight_smile: to 😄. 2020-07-21 16:49:54 -07:00
emoji_setup_utils.py emoji: Rename :slight_smile: to 😄. 2020-07-21 16:49:54 -07:00
export_emoji_names_to_csv python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
generate_emoji_names_table python: Convert more percent formatting to "".format. 2020-07-13 13:16:38 -07:00
import_emoji_names_from_csv python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test-emoji-name-scripts python: Sort imports with isort. 2020-06-11 16:45:32 -07:00