Created attachment 14980 [details] Patch against git Hello, This patch adds transliteration of common emojis (faces and hearts) to old-school, ASCII-compliant smileys. I hope you'll consider it for inclusion! Thanks, Colin
Created attachment 14981 [details] Example of transliteration An example of the result
Created attachment 14982 [details] Correct patch against git Sorry, first patch was the wrong commit.
Very nice!
(In reply to Colin Leroy-Mira from comment #2) > Created attachment 14982 [details] > Correct patch against git > > Sorry, first patch was the wrong commit. Thanks for all of the work on this. Could you please post your patch to libc-alpha@sourceware.org for review? The contribution checklist walks you through the process: https://sourceware.org/glibc/wiki/Contribution%20checklist
Thank you for the pointer Carlos, I will do that.
Fixed for 2.39 via: commit dfe8c445883a50a55564b02b6957257bfc510db4 Author: Colin Leroy-Mira <colin@colino.net> Date: Tue Aug 29 08:02:50 2023 +0200 localedata: Translit common emojis to smileys [BZ #30649] Add common emojis to the translit-able characters (mostly faces and hearts), and translit them to old-fashioned smileys. Signed-off-by: Colin Leroy-Mira <colin@colino.net> Reviewed-by: Florian Weimer <fweimer@redhat.com>