05-14-2008 04:38 PM
We email and mail merge our templates using ACT templates. We have no problem with the Registered Trademark Symbol ®; but for some reason the Trademark Symbol ™ always shows up as a capital T when emailed. Any solution?
Thanks
Lana
techsupport@turbokick.com
05-14-2008 05:38 PM
Off the cuff I'd guess that you're sending the emails as ASCII text. The extended ASCII character set does have a Registered Trademark symbol (® , but does not have a TM symbol, so it's probably just picking up the T part somehow.
A workaround you might use is to send emails via html, and have a script that replaces the unicode? character with the html symbol. Otherwise if it's really not that important you might just use a capital TM.
Check out: http://www.ascii-code.com/
05-15-2008 03:17 PM
06-02-2008 05:09 AM
Have a try of either of these (without the space before the semi colon)
™ ;
™ ;
Or even this:
<sup>TM</sup>
Also, check the word processor and email client to see if they might be using different char sets
06-02-2008 05:11 AM