copyright symbol
Hello all;
I need to put a copyright symbol on all our report forms. I have tried using the ALT+0169 ascii code and that worked in Delphi Rad Studio 10.1 but when I printed out the report form it printed out the pound symbol instead. I have also tried the left bracket-c-right bracket but the Boss doesn't like it.
Is there a special symbol within Fast Report or a special method I should use to achieve my goal?
Thanks in advance
ColinP
I need to put a copyright symbol on all our report forms. I have tried using the ALT+0169 ascii code and that worked in Delphi Rad Studio 10.1 but when I printed out the report form it printed out the pound symbol instead. I have also tried the left bracket-c-right bracket but the Boss doesn't like it.
Is there a special symbol within Fast Report or a special method I should use to achieve my goal?
Thanks in advance
ColinP
Comments
FR - Ctrl+V
What is the Charset for the field where ?© is supposed to appear?
See previous thread on Unicode problems
Cheers
If someone else is having trouble with the copyright symbol, you could try using Ⓒ (U+24B8) or ⓒ (U+24D2). However, these are not official copyright symbols, so use them accordingly.