The twemojis package does not seem to get along with [applemac]{inputenc}.
MWE:
\documentclass{standalone}
\usepackage[applemac]{inputenc}
\usepackage{twemojis}
\begin{document}
\end{document}
Error message:
Missing $ insert
ed.
<inserted text>
$
l.143 ...{1f1e6-1f1fd}{flag: ^^c3^^85land Islands}
If I uncomment either line 2 or line 3, the file compiles without problems. Is there a way for me to use both packages?
(I've noticed that twemojis can cause other problems, as reported here, and that {applemac}[inputenc] can have issues with other packages, like this one but I do not seem able to find advice on this particular problem.)