[sf-perl] Printing TM trademark symbol in perl

Richard Reina gatorreina at gmail.com
Wed Feb 8 15:31:10 PST 2012


Hi Francisco,

Thanks for the reply.  That gives me a map but the TM symbol ™ is not
listed.



2012/2/8 Francisco Obispo <fobispo at isc.org>

> if your terminal is UTF8 try this:
>
> perl -e 'use Encode; map { printf(qq{char %d is:
> %s\n},$_,encode_utf8(chr($_)))} (0..255)'
>
> It will print the first 256 characters.. note that ASCII text is 7-bit so
> you only have the range 0-127.
>
> Francisco
>
>
>
> On Feb 8, 2012, at 6:12 PM, Richard Reina wrote:
>
> > 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?
> >
> > Thanks for any help.
> > _______________________________________________
> > SanFrancisco-pm mailing list
> > SanFrancisco-pm at pm.org
> > http://mail.pm.org/mailman/listinfo/sanfrancisco-pm
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/sanfrancisco-pm/attachments/20120208/c4cc8417/attachment.html>


More information about the SanFrancisco-pm mailing list