You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: