Skip to main content
Participant
December 12, 2006
Answered

"Registered trademark" special character

  • December 12, 2006
  • 1 reply
  • 666 views
I am looking for a way to represent ® (HTML ascii = ®) " Registered trademark" in a cfreport. If it add another # in front of the ascii code, it does escape the following # but prints out the ascii text, not the symbol it represents.

Thanks.
    This topic has been closed for replies.
    Correct answer CAESoit
    Thanks. Your solution worked as well as copying and pasting a (R) mark from another page.

    1 reply

    tclaremont
    Inspiring
    December 12, 2006
    Can you change the font to wingdings or some such thing for that particular character in the report to show the ®?
    Inspiring
    December 12, 2006
    Or you could use the CHR() function to create it from the ascii code. I'm not that familiar with cfreport, but #CHR(174)# should do the trick.
    CAESoitAuthorCorrect answer
    Participant
    December 13, 2006
    Thanks. Your solution worked as well as copying and pasting a (R) mark from another page.