|
From: SourceForge.net <no...@so...> - 2011-11-30 18:12:38
|
Bugs item #3310086, was opened at 2011-06-01 02:24 Message generated for change (Comment added) made by pp11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547455&aid=3310086&group_id=76550 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Unit test framework Group: None >Status: Pending >Resolution: Invalid Priority: 5 Private: No Submitted By: transkontrol () >Assigned to: Perrick Penet (pp11) Summary: invalid links label Initial Comment: function addLink(SimpleAnchorTag $tag) { $this->links[$this->links_counter] = $tag; - $this->links_label[$this->links_counter] = str_replace("\xA0", ' ', $tag->getText() ); + $this->links_label[$this->links_counter] = str_replace("\n", ' ', $tag->getText() ); $this->links_counter++; } in case Russian UTF-8 document current links_label break some letters ---------------------------------------------------------------------- >Comment By: Perrick Penet (pp11) Date: 2011-11-30 10:12 Message: Your patch doesn't fit with the current trunk. You can either try to send us another patch against trunk or add a full failing test case. We could pick it up from there. Thanks again for submitting this bug, Perrick ---------------------------------------------------------------------- Comment By: transkontrol () Date: 2011-06-01 04:26 Message: this bug in page.php - SimplePage::addLink() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547455&aid=3310086&group_id=76550 |