tweet-updates icon indicating copy to clipboard operation
tweet-updates copied to clipboard

Mojibake in examples?

Open edent opened this issue 9 years ago • 1 comments

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

edent avatar Sep 19 '16 14:09 edent

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.

lfarcy avatar Sep 27 '16 14:09 lfarcy