|
From: SourceForge.net <no...@so...> - 2011-06-01 09:24:26
|
Bugs item #3310086, was opened at 2011-06-01 09:24 Message generated for change (Tracker Item Submitted) made by 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: transkontrol () Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547455&aid=3310086&group_id=76550 |