I am using the user timeline API and just noticed a weird issue today in the response that i am getting. Single quotes being converted to unicode format but only in some cases and in other cases they are being returned as is i.e. ’
Example :
America’s is returned as America’s
while
Don’t is returned as Don\u2019t
Is this BAU? if yes then why does it happen only in some cases?