Skip to content
⌘ NSIS Forum Archive

Registered Trademark / Copyright Symbols

5 posts

dantemw#

Registered Trademark / Copyright Symbols

Hello,
When I try to insert the ® or © symbols within NSIS they are outputted incorrectly. What is the proper way to insert high-ascii characters into a dialog box or string such as:

!define PRODUCTNAME "WidgetLab® Widget™"
VIAddVersionKey ProductName "${PRODUCTNAME}"

Thank you,
Michael
daniel8#
I use a copyright symbol and it works fine. You can have a look at the attachment of my recent post with subject "Variable is not resolved". Check line 29.

You may also want to check your font - another font may do the trick.
jdt2oo7#
I am trying to display the TM symbol. I copied from Word then paste into nsi script via Notepad++. It displays properly for English, but for Chinese, it displays a question mark (?).

Is there an option for superscript font in NullSoft?