[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Entering emojis
From: |
Lars Ingebrigtsen |
Subject: |
Re: Entering emojis |
Date: |
Mon, 25 Oct 2021 22:18:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Looking at https://unicode.org/emoji/charts/emoji-list.html, it divides
> the emojis up into groups like "Food & Drink", which seems very useful,
> and it says that this data is from the CLDR. It doesn't seem that we've
> imported that data into Emacs? At least grepping around in
> admin/unidata/ doesn't seem to give any promising matches.
Looks like it's in a file we haven't imported:
common/annotations/en.xml from the CLDR repo. It has entries like
<annotation cp="🥝">food | fruit | kiwi</annotation>
<annotation cp="🥝" type="tts">kiwi fruit</annotation>
<annotation cp="🍅">fruit | tomato | vegetable</annotation>
<annotation cp="🍅" type="tts">tomato</annotation>
<annotation cp="🫒">food | olive</annotation>
<annotation cp="🫒" type="tts">olive</annotation>
which seems promising, if somewhat confusing. I mean, one of these
three things isn't like the other: "food | fruit | kiwi". So I guess it
can't be used to create an automatic segmentation, but after creating
some categories manually, it can be used to look up stuff when
populating the UI. Probably.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Entering emojis, (continued)
- Re: Entering emojis, Eli Zaretskii, 2021/10/27
- Re: Entering emojis, Robert Pluim, 2021/10/27
- Re: Entering emojis, Stefan Kangas, 2021/10/27
- Re: Entering emojis, Eli Zaretskii, 2021/10/27
- Re: Entering emojis, Stefan Kangas, 2021/10/27
- Re: Entering emojis, Michael Albinus, 2021/10/27
- Re: Entering emojis, Gregory Heytings, 2021/10/25
- Re: Entering emojis, Lars Ingebrigtsen, 2021/10/25
- Re: Entering emojis,
Lars Ingebrigtsen <=
- Re: Entering emojis, Lars Ingebrigtsen, 2021/10/25
Re: Entering emojis, Matthias Meulien, 2021/10/25
Re: Entering emojis, T.V Raman, 2021/10/25
Re: Entering emojis, Lars Ingebrigtsen, 2021/10/26
Re: Entering emojis, Eli Zaretskii, 2021/10/27