forceutf8 icon indicating copy to clipboard operation
forceutf8 copied to clipboard

Emojis not working

Open SamuelAbade opened this issue 2 years ago • 1 comments

If i send the emoji 🇧🇷 (as an example), the code cannot convert it to utf-8 through Encoding::toUTF8($string) kike utf8_encode() can. Also, Encoding::fixUTF8($result) cannot parse the encoded emoji (Result is ??), even though it works like a charm for texts.

SamuelAbade avatar May 12 '22 11:05 SamuelAbade

Hi. For if you're interested I use https://github.com/arispati/emoji-remover

driade avatar Mar 23 '24 08:03 driade