On Fri, Oct 18, 2002 at 12:49:38PM +1000, Toby Stuart wrote:

> not sure you can in ascii
> 
> a couple of brackets will do the trick
> 
>       (c)

But has absolutely no legal meaning.  If you can't get © (^V169 in Vim),
use "Copyright", which does have a legal meaning.

IANAL, and although our legal systems are similar they are not
identical, but then you knew that already ...

> > -----Original Message-----
> > From: Johnstone, Colin [mailto:Colin.Johnstone@;det.nsw.edu.au]
> > 
> > How do I print out the copywrite symbol to a text file please.

Since this is a Perl group:

  perl -e 'print chr 169'

might work for you.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to