Files
gtk3/gtk/emoji
sudip 4e2e544924 add hi-ja-et-fi-nb-th for gtkemojichooser
(cherry picked from commit 49fbbfb6ccdbeb2ac85235622a618472000e28a9)
(cherry picked from commit 322d9e5c3f1583c7ef5a2090330db8ab6800baca)
2023-12-22 10:40:22 -05:00
..
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2021-05-06 15:36:27 +02:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00
2023-12-22 10:40:22 -05:00

Emoji data

We use Emoji data from Unicode and the CLDR, stored in a GVariant. The immediate source for our data is the json files from

https://github.com/milesj/emojibase.git

To convert the data from that repository to a GVariant that GTK can use, the convert-emoji tool can be used:

convert-emoji $emojibase/packages/data/de/data.raw.json de.data

for example (for German).

To make these usable by GTK, we wrap them in a resource bundle that has the GVariant as

/org/gtk/libgtk/emoji/de.data

and install the resulting resource bundle at this location:

/usr/share/gtk-4.0/emoji/de.gresource