home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!news.u.washington.edu!stein.u.washington.edu!mpark
- From: mpark@stein.u.washington.edu (Michael Park)
- Newsgroups: comp.sys.atari.st.tech
- Subject: Re: Extended characters with printf()
- Message-ID: <1992Nov8.211654.22528@u.washington.edu>
- Date: 8 Nov 92 21:16:54 GMT
- Article-I.D.: u.1992Nov8.211654.22528
- References: <HyewTB4w165w@sys6626.bison.mb.ca> <hjv.721232850@groucho.phil.ruu.nl>
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington, Seattle
- Lines: 15
-
- In article <hjv.721232850@groucho.phil.ruu.nl> hjv@phil.ruu.nl (Hendrik Jan Veenstra) writes:
- >marco@sys6626.bison.mb.ca (John Perry) writes:
- >
- >>Does anyone know how to use the extended character set with printf()? For
- >>example, how would I go about printing the "arrow" symbol?
- >
- >As far as I know this is not possible. The control-chars (<32 ?) and the 'high'
- >ascii chars (>127 ?) are just 'non-printable characters'.
- >If I'm mistaken (which I surely hope :), let someone please correct me.
- >
-
- Bconout( 5, ch ) displays the 'non-printable' characters.
-
-
- --m
-