Whenever a tweet contains "&" character, choqok mis-renders/converts it to the string "&". If you send a tweet containing the ampersand when it shows up among the tweets, it too is converted to the above string. Reproducible: Always Steps to Reproduce: 1. Send or download any tweet containing an ampersand 2. 3. Actual Results: Always renders it erroneously as the string "&" Expected Results: Simply show "&", the ampersand
I can confirm this bug, it's very annoying
I can also confirm.
Created attachment 74801 [details] Patch to fix ampersands
I've uploaded a patch that fixes this. There was no replacing going on inside twitterapihelper.cpp, so I altered that.
*** This bug has been marked as a duplicate of bug 296391 ***