I am trying to send characters like ü, ä, ß, à etc. on twitter. If I use Unicode characters in my scripts, they appear incorrectly on Twitter. If I use HTML (which is possible in the twitter web interface and which previously worked), I now see & # 252; not "ü" in the message. Is there a parameter or something that I have to set? Some calls for encoding / decoding? I use:
use Net::Twitter::Lite::WithAPIv1_1;
html perl unicode twitter
Stefan müller
source share