Hello,
I need to display the copyright symbol ( © ) in a splash screen. The symbol correctly displays when the Cobol program runs in a Linux environment.
However, when run in a Windows environment, the symbol displayed looks like an "L" rotated 90 degrees to the right.
The splash screen data is held within a .DAT file and I used CTRL ALT C to create the symbol.
I tried replacing the symbol with the Hex value (X"A9") but in Windows it just displayed X"A9".
What can I do to get the copyright symbol to display correctly in a Windows environment?
Thanks,
Rita
#DisplayCopyrightSymbol




