London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

LinkItem.Title and Western European symbols

Vote:
 

Hi, this assertion fails and this make us to apply workaround to be able to use special symbols in link titles. Is this a bug in EPiServer 6?

 Assert.AreEqual("<a href=\"http://google.com\" title=\"ä title\">ä item</a>",
         (new LinkItem {
                    Href = "http://google.com",
                    Text = "ä item",
                    Title = "ä title" }).ToPermanentLink());

Assert.AreEqual failed. Expected:<<a href="http://google.com" title="ä title">ä item</a>>. Actual:<<a href="http://google.com" title="&amp;#228; title">&#228; item</a>>.

 

#38254
Apr 06, 2010 13:40
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.