Export to GitHub

haikutwitter - issue #1

Doesn't support '&' symbol in tweeting text.


Posted on Jan 21, 2010 by Massive Panda

What steps will reproduce the problem? TimeLineParser uses UTF-8 for transcoding text FROM twitter, should use the same transcoder to transcode from BTextView (char *) to XML::String.

What is the expected output? What do you see instead? The tweet gets posted, but only the text before '&'.

Comment #1

Posted on Feb 25, 2010 by Massive Panda

This just came to me... the right solution is probably replacing '&' with "&" xD

Comment #2

Posted on Apr 23, 2010 by Massive Panda

Added method for url encoding in HTGNewTweetWindow

Status: Fixed

Labels:
Type-Defect Priority-High