About 51 results
Open links in new tab
  1. java - How to print an ASCII table? - Stack Overflow

    6 I'm trying to print an ASCII table with each number and its corresponding value, but I don't know how to get the character associated with the number.

  2. java - How can I create table using ASCII in a console? - Stack Overflow

    Mar 5, 2013 · How can I create table using ASCII in a console? Asked 12 years, 10 months ago Modified 2 years, 11 months ago Viewed 93k times

  3. Any Java libraries for drawing ASCII tables? - Stack Overflow

    Apr 10, 2011 · I need to output data into a console as a table. I was wondering maybe there are some java libraries that would take care of drawing tables in ASCII art, aligning values inside cells, etc? …

  4. Convert character to ASCII numeric value in java - Stack Overflow

    May 9, 2013 · The Unicode character set is a super set of ASCII. So there can be characters in a Java string that do not belong to ASCII. Such characters do not have an ASCII numeric value, so asking …

  5. casting - JAVA extended ASCII table usage - Stack Overflow

    Dec 12, 2012 · The "extended ASCII table" is simply one mapping of "above ASCII" octect values to symbols on a terminal (or other rendering device). That is, it is just one of the many code-pages to …

  6. Is there a way to display ASCII symbols in java? - Stack Overflow

    Jan 13, 2017 · I can get all the the other ASCII symbols to show in my java program, but not the ones with the symbols like STX NUL EOT SOH etc.. which are the values from 0 to 31 in decimal, and 00 …

  7. Ascii Table in Java - Stack Overflow

    Apr 16, 2015 · I'm having trouble creating a table that is used for a game. It needs to have 3 Human characters @, 2 Monsters #, 3 Treasure Chests * and 4 Obstacles O. The table needs to be 10 by 10 …

  8. java - Printing characters (Ascii) in a row/table format with a for ...

    Oct 9, 2015 · I've got to print out the Ascii codes in a table format (10 chars per row...) At the moment I have them printing all in order. However I'd like to print 10 characters then println and print anoth...

  9. java - How to convert ASCII code (0-255) to its corresponding character ...

    Nov 2, 2016 · 170 How can I convert, in Java, the ASCII code (which is an integer from [0, 255] range) to its corresponding ASCII character? For example:

  10. java - Characters for ASCII print of table - Stack Overflow

    Aug 6, 2012 · This is Java code so I can easily use any UTF-8 char but did not find anything that suited me in the math character tables. If these characters exist only in other encoding I'm also interested I …