volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

LinkItem.Title and Western European symbols

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.