Our PHP page was just a UTF-8 webpage consisting of Chinese characters in the meta descriptions.
I don't know why when someone tried to share the links into Whatsapp, it showed broken letters.
But I shared it to find it non-broken (normal).
What are the possible reasons behind it? We added both:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
and
header('Content-Type: text/html; charset=UTF-8');
Someone has any clue? Thanks!
==========