Hi Guys,
I'm having an issue with encoded chars in the CommentText field of the product.
So, the field CommentText in the database has a value like: "some text.. ™ ..some text"
But, in the front-end, using the code below, the tag "item.GetString("Text")" returns ™
Code:
@foreach (LoopItem item in GetLoop("Comments.Newfirst") {
@item.GetString("Text")
}
Is this a DW bug?
The version of the DW is 8.9.2.13
Best Regards,
Ricardo Pereira