Added more emojis.

This commit is contained in:
default 2022-11-13 17:14:14 +01:00
parent f7f99ba1ce
commit aeec858370
2 changed files with 4 additions and 2 deletions

View file

@ -49,9 +49,9 @@ is found.
The following traditional ASCII emoticons or special strings are
converted to related emojis:
.Bd -literal
:-) :-D X-D ;-) B-) :-( :-*
:-) :-D X-D ;-) B-) :-( :-* <3
:-/ 8-o %-) :_( :-| :facepalm: :shrug:
:eyeroll: :beer: :beers: :munch:
:eyeroll: :beer: :beers: :munch: :thumb:
.Ed
.El
.Pp

View file

@ -24,12 +24,14 @@ struct {
{ "%-)", "&#129322;" },
{ ":_(", "&#128546;" },
{ ":-|", "&#128528;" },
{ "<3", "&#128147;" },
{ ":facepalm:", "&#129318;" },
{ ":shrug:", "&#129335;" },
{ ":eyeroll:", "&#128580;" },
{ ":beer:", "&#127866;" },
{ ":beers:", "&#127867;" },
{ ":munch:", "&#128561;" },
{ ":thumb:", "&#128077;" },
{ NULL, NULL }
};