I have sent a text file as an attachment from from whatsapp and then when opened the sent file in iPhone app I am seeing =EF=BB=BF
in start which means it is BOM utf-8 file. My question is why '=
' character is coming after every code instead of 0x
?
Also all emoji are coming in this style =F0=9F=98=9D
, how can I convert this into simple text in objective C? Any help is much appreciated.
Thanks