ShareSource Site »
Projects » pidgintwitter »
pidgintwitterBug Tracker
Summary
Files
Screenshots
Wiki
Bug Tracker
Mercurial Repository
Actions » View tickets | Report a bug
Saw this bug listed as unconfirmed. Encountered it over the past week - it's definitely a bug.
Comment by: kagamin | Posted: Thursday, 02 April 2009, 09:45AM (02/04/2009)
Applying XML escape to outgoing messages had caused this behavior. We are not so certain that messages should not be escaped in such way, but changed the way of URL encode for users' convenience. We think this problem has been resolved.
Project: pidgin-twitter [Bug Tracker]
Summary
Files
Screenshots
Wiki
Bug Tracker
Mercurial Repository Bug #299 [CLOSED]
Reason: Fixed
| Vital Bug Details | |
|---|---|
| Summery: Characters like ' get escaped with HTML entities before being sent | |
| Severity: Medium | |
| Status: | Priority: Low |
| Assigned to: Nobody | Percent Complete: 90% |
| Bug Reporter | |
| Reported by: Anonymous ( on Wednesday, 14 January 2009, 04:22PM (14/01/2009) ) | |
| Bug Details | |
| If I use an apostrophe (') it gets changed into ' which some Twitter clients actually receive and display rather than rendering as HTML. Could you just send the regular ASCII character for any normal character? I don't understand why you have to escape it in the first place since you're working in Pidgin's plugin API which isn't in any kind of web-based language. | |
| View History » | |
Comments
Comment by: auldor | Posted: Wednesday, 04 February 2009, 06:30AM (04/02/2009)Saw this bug listed as unconfirmed. Encountered it over the past week - it's definitely a bug.
Comment by: kagamin | Posted: Thursday, 02 April 2009, 09:45AM (02/04/2009)
Applying XML escape to outgoing messages had caused this behavior. We are not so certain that messages should not be escaped in such way, but changed the way of URL encode for users' convenience. We think this problem has been resolved.