Hi,
I'm trying to convert the emojis in my document to text.
Here is an example :
text=C'est juste enorme ce son <U+0001F44C><U+0001F44C>
tt<- iconv(text, from ="latin1", to = "ASCII", sub = "byte")
replace_emoji(tt)
"C'est juste enorme ce son <U+0001F44C><U+0001F44C>"
Apparently, it didn't work! Could anyone help me to solve this problem, please?
Bests