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 The following traditional ASCII emoticons or special strings are
converted to related emojis: converted to related emojis:
.Bd -literal .Bd -literal
:-) :-D X-D ;-) B-) :-( :-* :-) :-D X-D ;-) B-) :-( :-* <3
:-/ 8-o %-) :_( :-| :facepalm: :shrug: :-/ 8-o %-) :_( :-| :facepalm: :shrug:
:eyeroll: :beer: :beers: :munch: :eyeroll: :beer: :beers: :munch: :thumb:
.Ed .Ed
.El .El
.Pp .Pp

View file

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