Printing a Registered Trademark symbol from filepro on SCO

Joe Chasan joe at magnatechonline.com
Sat May 17 15:47:45 UTC 2025


The registered trademark symbol is part of the Legal symbol set so you
need to change the symbol set from the default (PC-8) to legal, print
your character, then set it back.

Start with code to change symbol set to Legal
$1b (1U -or- chr("27"){"(1U"
then code for Registered Trademark Symbol
$5c -or - chr("92")
then code to send it back to PC-8 Symbol set
$1b (10U -or- chr("27"){"(10U"

So a print code to do this would be:
$1b (1U $5c $1b (10U 
and a processing line to do it in a dummy variable would be:
a=chr("27"){"(1U"{chr("92"){chr("27"){"(10U"

I see you did try messing with other symbol sets.
8U = Roman 8 - not sure registered trademark is in that set.
19U = Windows symbol set - I'm pretty sure you can do it with that 
one if you picked the right code for it, but I find legal symbol set easier
to work with (fewer values).

A good reference for symbol sets here:
https://www.pclviewer.com/resources/pcl_symbolset.html

-joe

On Thu, May 15, 2025 at 01:25:35PM -0400, Rick Walsh via Filepro-list wrote:
> It's been a while
> 
> Just started but here's what I've tried so far
> 
> a=chr("27") { "(8U" { chr("169")
> 
> and
> 
> ec(1,*,g)=chr("27"); PCL=ec{"(19U"{ec{"(s1p10h12v0s0b4099T"{CHR("174")
> 
> a=PCL
> 
> and
> 
> a=ec{"&f0S"{ec{"(s0P"{"Company\251 Product\251"
> 
> and
> 
> a=ec{"&f0S"{ec{"(s0P"{"Company"{CHR("174"){" Product"{CHR("174")
> 
> 
> 
> Can anyone help?
> 
> Thanks
> Rick
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20250515/8e33e439/attachment.html>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at mailman.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> https://mailman.celestial.com/mailman/listinfo/filepro-list
> 

-joe

--

Please note: Although we may sometimes respond to email, text, and phone
calls instantly at all hours of the day, our regular business hours are 
9:00 AM - 5:00 PM, Monday thru Friday.

-Joe Chasan-                           Magnatech Business Systems, Inc.
joe - at - magnatechonline -dot- com   Plainview, NY - USA
https://www.MagnatechOnline.com        Tel.(516) 931-4444
Proud member of iXorg                  Fax.(516) 931-1264


More information about the Filepro-list mailing list