Advertisement

Heart, club, spade, diamond

Started by July 11, 2004 04:17 PM
1 comment, last by C-Junkie 20 years, 2 months ago
Under DOS and Win32 command shells, you can print out characters 3,4,5, & 6 to print out symbols used on cards. Is there a way to do this under Linux? I'd also like to print out some extended ACSII, such as the shaded box.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
You need a console that supports the IBM extended ASCII character set (which is what Windows and DOS use), or Unicode.

For shaded boxes and other widgets, libcurses is probably your best bet.

These links might also help:
Configuring the Linux console.
Linux Unicode HOW-TO
Free Mac Mini (I know, I'm a tool)
Advertisement
if you change the console to use cp437 (codepage 437, the IBM charset used in DOS) it might work.

never done this myself, figure it out :)

This topic is closed to new replies.

Advertisement