In earlier versions of Delphi, I could use
s:=chr(153);
to get the brand symbol in the string. In Delphi 2010, this no longer works, possibly with unicode. What equivalent line of code puts the TM character in my line?
unicode delphi ascii
Bill seven
source share