home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5539 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.1 KB

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