diff options
author | Colin Leroy-Mira <colin@colino.net> | 2023-08-29 08:02:50 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-08-29 09:31:23 +0200 |
commit | dfe8c445883a50a55564b02b6957257bfc510db4 (patch) | |
tree | fcd0e0cdce35897c7c0efb94f8c7d54f0ab46377 /localedata/Makefile | |
parent | c00b984fcd53f679ca2dafcd1aee2c89836e6e73 (diff) | |
download | glibc-dfe8c445883a50a55564b02b6957257bfc510db4.tar glibc-dfe8c445883a50a55564b02b6957257bfc510db4.tar.gz glibc-dfe8c445883a50a55564b02b6957257bfc510db4.tar.bz2 glibc-dfe8c445883a50a55564b02b6957257bfc510db4.zip |
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>
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 3619b6d47e..dd41db6d8f 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,5 @@ # Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -164,6 +165,7 @@ tests = \ bug-usesetlocale \ tst-c-utf8-consistency \ tst-digits \ + tst-iconv-emojis-trans \ tst-iconv-math-trans \ tst-leaks \ tst-mbswcs1 \ @@ -320,6 +322,8 @@ LOCALES := \ include ../gen-locales.mk +$(objpfx)tst-iconv-emojis-trans.out: $(gen-locales) + $(objpfx)tst-iconv-math-trans.out: $(gen-locales) endif |