If you wanted to use the literal ™ for TM you would need to set your XML to codepage 1252 in the <?xml?> directive at the top of the file. By default XML uses UTF-8 unless you are explicit (or a BOM or other obvious means such as UCS-2/UTF-16 or UCS-4 encoding was used on the WXS/WXL/WXI file). > From: os...@live.com > To: wix-users@lists.sourceforge.net > Date: Sat, 15 Jun 2013 04:18:43 -0700 > Subject: Re: [WiX-users] Question about code page 1252 > > Try: > Company© My Product Name™ > > The XML is parsed into Unicode, then that is converted to the indicated code > page, which either will or won't contain any given glyph. ™ isn't (tm) > in Unicode, and whatever it is in Unicode isn't in 1252. > > Blair Murri > > > From: r...@robmensching.com > > Date: Sat, 8 Jun 2013 10:33:13 -0700 > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Question about code page 1252 > > > > IIRC, I've just used (TM) in the end. > > > > > > On Tue, Jun 4, 2013 at 9:33 AM, Sharon Pierson > > <sharon.pier...@netiq.com>wrote: > > > > > I am trying to display a string in the welcome page 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? > > > Thanks in advance. > > > > > > ------------------------------------------------------------------------------ > > > How ServiceNow helps IT people transform IT departments: > > > 1. A cloud service to automate IT design, transition and operations > > > 2. Dashboards that offer high-level views of enterprise services > > > 3. A single system of record for all IT processes > > > http://p.sf.net/sfu/servicenow-d2d-j > > > _______________________________________________ > > > WiX-users mailing list > > > WiX-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. A cloud service to automate IT design, transition and operations > > 2. Dashboards that offer high-level views of enterprise services > > 3. A single system of record for all IT processes > > http://p.sf.net/sfu/servicenow-d2d-j > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows:
Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users