Hi Francisco,<br><br>Thanks for the reply.  That gives me a map but the TM symbol ™ is not listed.<br><br><br><br><div class="gmail_quote">2012/2/8 Francisco Obispo <span dir="ltr"><<a href="mailto:fobispo@isc.org">fobispo@isc.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">if your terminal is UTF8 try this:<br>
<br>
perl -e 'use Encode; map { printf(qq{char %d is: %s\n},$_,encode_utf8(chr($_)))} (0..255)'<br>
<br>
It will print the first 256 characters.. note that ASCII text is 7-bit so you only have the range 0-127.<br>
<br>
Francisco<br>
<div class="im"><br>
<br>
<br>
On Feb 8, 2012, at 6:12 PM, Richard Reina wrote:<br>
<br>
> I am needing to print the TM symbol for a trademark into a regular ascii text file and having no luck doing so.  Does anyone know how?<br>
><br>
> Thanks for any help.<br>
</div>> _______________________________________________<br>
> SanFrancisco-pm mailing list<br>
> <a href="mailto:SanFrancisco-pm@pm.org">SanFrancisco-pm@pm.org</a><br>
> <a href="http://mail.pm.org/mailman/listinfo/sanfrancisco-pm" target="_blank">http://mail.pm.org/mailman/listinfo/sanfrancisco-pm</a><br>
<br>
</blockquote></div><br>