开发者

sending a £ symbol via IE to Twitter via ?status=xyz (unicode error)

开发者 https://www.devze.com 2023-02-02 16:57 出处:网络
Got a link that allows a user to share a message to their twitter followers. The URL contains a £ sound which twitter complains about when clicked from IE but works fine in FireFox.

Got a link that allows a user to share a message to their twitter followers. The URL contains a £ sound which twitter complains about when clicked from IE but works fine in FireFox.

Any advise please?

开发者_如何学运维

Thanks


The pound sign must be URL encoded, all non-ASCII and even some ASCII characters have to be encoded in order to be passed via the GET protocol (or a URL).

the pound sign is %C2%A3

0

精彩评论

暂无评论...
验证码 换一张
取 消