[sf-perl] Printing TM trademark symbol in perl

Jeff Bragg jackofnotrades at gmail.com
Wed Feb 8 15:51:31 PST 2012


Also Unicode codepoint "\N{U+2122}" (superfluous, though, since you've
found a solution already).

On Wed, Feb 8, 2012 at 3:47 PM, Francisco Obispo <fobispo at isc.org> wrote:

> Actually in UTF-8 its: 8482
>
>
> perl -e 'use Encode; map { printf(qq{char %d is:
> %s\n},$_,encode_utf8(chr($_)))} (8482)'
>
>
> http://www.fileformat.info/info/unicode/char/2122/index.htm
>
>
>
>
>
> On Feb 8, 2012, at 6:42 PM, Francisco Obispo wrote:
>
> > I was hoping it would show up in the table.
> >
> >
> >
> > On Feb 8, 2012, at 6:36 PM, Richard Reina wrote:
> >
> >> I don't know whether it is or not. I was hoping it was because I have
> to find a way to print it.
> >>
> >> 2012/2/8 Jeff Bragg <jackofnotrades at gmail.com>
> >> Is that actually in the ASCII set?  I see (in the output from a for
> loop printing the characters for ordinals 10 - 255) the circled 'r' (ord
> 174) and the copyright symbol (ord 169), but no trademark symbol.
> >>
> >> 2012/2/8 Richard Reina <gatorreina at gmail.com>
> >> 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
> >>
> >>
> >>
> >> _______________________________________________
> >> SanFrancisco-pm mailing list
> >> SanFrancisco-pm at pm.org
> >> http://mail.pm.org/mailman/listinfo/sanfrancisco-pm
> >
> > _______________________________________________
> > SanFrancisco-pm mailing list
> > SanFrancisco-pm at pm.org
> > http://mail.pm.org/mailman/listinfo/sanfrancisco-pm
>
> _______________________________________________
> 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/4536110a/attachment.html>


More information about the SanFrancisco-pm mailing list