Basically the question is How to send £ (pound sign) to Trello card comment via API.
https://api.trello.com/1/cards/[cardID]/actions/comments?key=[key]&token=[token]&text=£
I tried to encode in several ways, no success. Might be missing something evident. Appreciate the advise.
UPD: Solution found. The encoding "£" as "%C2%A3" worked out.
After some more efforts the solution is found. The £ should be encoded as "%C2%A3", which looks somewhat weird, but works.
Hello @ys
It's working just fine for me; without any encoding:
Here's the resulting Pound sign in the comment in the card:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not work for my environment (VBA) and the reason seems that VBA cannot accept the pound sign anywhere.
After some more efforts the solution is found. The £ should be encoded as "%C2%A3", which looks somewhat weird, but works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.