Card Suit Symbols in Console
807589Nov 29 2008 — edited Nov 30 2008Hey all,
After spending an evening on Google, I'm stumped. I would like to have my program display card suit symbols (¢¾, ¢À, ¢¼, ♦) in the console. I use Eclipse and run Windows XP, and the program only has to work on my machine. I've tried everything from PrintStream to System.out.println and get either question marks, or weird other symbols instead of the suit symbols. I don't have any custom fonts installed, and would like to keep it that way if possible.
Thanks in advance.