Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!UTCVM.BITNET!MQUINN From: MQUINN@UTCVM.BITNET Newsgroups: comp.sys.apple2 Subject: Re: Problem with GS Alt Char Set Message-ID: <9008090407.AA24915@apple.com> Date: 9 Aug 90 04:02:12 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 >You might write a little program that printed these programs. I did that a couple of days ago, but I hesitated from posting it here, thinking that someone else probably would. So, anyway, here's the program: 5 HOME 10 FOR X = 1024 TO 1279 REM 1279=1024 + 255 20 POKE X,X-1024 30 NEXT X 40 GOTO 40 This will display almost all of the characters that can be displayed. Just go to the control panel and change the display language until you see what you want (which isn't what you wanted in your last message).