Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!well!owen From: owen@well.UUCP (Owen DeLong) Newsgroups: comp.unix.xenix Subject: Re: IBM Extended Characters Message-ID: <5753@well.UUCP> Date: 21 Apr 88 06:12:53 GMT References: <651@jclyde.UUCP> <256@conexch.UUCP> <382@nancy.UUCP> <10330@steinmetz.ge.com> <137@hawkmoon.MN.ORG> Reply-To: owen@well.UUCP (Owen DeLong) Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 15 >> >Well on my machine running SCO XENIX/386 2.2.1 echo "\0376" >> >yields \0376 and not a little square. Is it possible you are using the C shell, and thus, using the csh built-in echo command. (A problem I had to figure out by trial, error, and pouring through csh(C) in the manual. If this is the case, your solution may be to either alias echo to /bin/echo or directly call /bin/echo instead of echo. Either of these two possibilities is discussed in the SCO manual (see echo(C) and csh(C)). Note: in csh, echo responds from a built-in command, and is not subject to the same performance specifications as /bin/echo which is documented in echo(C) Owen DeLong ...pacbell!forbrk!brcbkly!owen ...ihnp4!dual!brcbkly!owen