Mojibake in examples?
Normally a display URL is truncated with a manual ellipsis. In some of the examples, it is
"display_url": "twitter.com/jeremycloud/st…",
or
"display_url": "twitter.com/i/web/status/7…",
See:
https://github.com/twitterdev/tweet-updates/blob/master/samples/initial/compatibilityplus_extended_13997.json#L29
https://github.com/twitterdev/tweet-updates/blob/master/samples/initial/compatibility_classic_hidden_13797.json#L25
https://github.com/twitterdev/tweet-updates/blob/master/samples/initial/compatibility_extended_13996.json#L29
https://github.com/twitterdev/tweet-updates/blob/master/samples/initial/compatibilityplus_classic_13994.json#L25
It looks like an encoding issue. Quite annoying when you want to make a few tests based on those 'reference' tweets.
Can you please reload those JSON payloads with the right encoding (UTF-8 I guess) ?
Thx.