I am trying to display a string that contains something like

Company(c) My Product Name(tm)

In the localization file, this is written as:
Company© My Product Name™

Using Codepage=1252 (or Windows-1252) allows me to display the copyright 
symbol, but the trademark symbol causes Light to throw the following error:
A string was provided with characters that are not available in the specified 
database code page '1252'. Either change these characters to ones that exist in 
the database's code page, or update the database's code page by modifying one 
of the following attributes: Product/@Codepage, Module/@Codepage, 
Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.

According to this link<https://en.wikipedia.org/wiki/Windows-1252>, both of 
these symbols are included in code page 1252.  However, it looks like the 
Trademark symbol is one of the characters that are not in ISO-8859-1.

Is there a way to display the trademark symbol?


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to