Hi,
I have a TXT file with below structure:
indexTemplate: {
title: "Title",
logo: "ProductName™",
logOut: "Log out",
feedback: {
comment: "Your comment",
close: "Close"
}
},
The text within quotation marks is extracted with a custom Text filter, however the character ™ is displayed as â„¢ in Studio (2015 SR2). The source TXT is encoded in UTF-8 without BOM.
Any clue as to why Studio doesn't render the ™ as a character?
(I've tried adding ™ as an inline placeholder tag but get the same result).
Thanks,
Simon