Browse Source

en: (emoji) -- Unicode Emoji 4.0 (Emoji Gender Specifiers)

master
Reece H. Dunn 8 years ago
parent
commit
0de7b6c7db
2 changed files with 19 additions and 2 deletions
  1. 2
    0
      dictsource/en_emoji
  2. 17
    2
      src/ucd-tools/data/espeak-ng/emoji-data.txt

+ 2
- 0
dictsource/en_emoji View File

@@ -94,7 +94,9 @@ $textmode
☸ wheel of dharma // [2638] text|emoji
☹ frowning face // [2639] text|emoji
☺ smiling face // [263A] text|emoji
♀ woman $emoji_zwj // [2640] text|emoji Emoji_Gender
♀ female sign // [2640] text|emoji
♂ man $emoji_zwj // [2642] text|emoji Emoji_Gender
♂ male sign // [2642] text|emoji
♈ aries // [2648]
♉ taurus // [2649]

+ 17
- 2
src/ucd-tools/data/espeak-ng/emoji-data.txt View File

@@ -1,5 +1,5 @@
# espeak-ng/emoji-data-4.0.txt
# Date: 2017-05-18, 07:15:00 GMT
# Date: 2017-05-18, 07:59:00 GMT
# Copyright (C) 2017 Reece H. Dunn
#
# This is an extension to the Unicode Character Database emoji-data.txt file.
@@ -13,7 +13,13 @@
# 1F469 200D Emoji_Role # woman (role name)
# 1F469 Emoji_Modifier 200D Emoji_Role # woman (modifier name) (role name)
#
# It uses the same format as the PropList.txt file.
# The `Emoji_Gender` property is used on emoji codepoints to signify the gender
# of the emoji with the form:
#
# Emoji 200D Emoji_Gender
# Emoji Emoji_Modifier 200D Emoji_Gender
#
# This file uses the same format as the PropList.txt file.
#
# This data is licensed under the same terms as the Unicode Character
# Database.
@@ -46,4 +52,13 @@

# Total code points: 16

# ================================================

2640 ; Emoji_Gender # (♀) woman
2642 ; Emoji_Gender # (♂) man

# Total code points: 2

#EOF

#EOF

Loading…
Cancel
Save