pleroma/lib
Hélène 01d396585e
Emoji: implement full-qualifier using combinations
This implements fully_qualify_emoji/1, which will return the
fully-qualified version of an emoji if it knows of one, or return the
emoji unmodified if not.
This code generates combinations per emoji: for each FE0F, all possible
combinations of the character being removed or staying will be
generated. This is made as an attempt to find all partially-qualified
and unqualified versions of a fully-qualified emoji.

I have found *no cases* for which this would be a problem, after
browsing the entire emoji list in emoji-test.txt. This is safe, and,
sadly, most likely the sanest too.
2022-07-25 16:20:12 +02:00
..
mix Rename the Exiftool module 2022-07-01 12:15:02 +02:00
phoenix/transports/web_socket Copyright bump for 2022 2022-02-25 23:11:42 -07:00
pleroma Emoji: implement full-qualifier using combinations 2022-07-25 16:20:12 +02:00