This will get the character from the code.
Parameters: code - The character code. The printable character for the code. throws: IOException - If there is not name for the character.
This will get the character code for the name.
Parameters: name - The name of the character. The code for the character. throws: IOException - If there is no character code for the name.
This will take a character code and get the name from the code.
Parameters: code - The character code. The name of the character. throws: IOException - If there is no name for the code.
This will take a character code and get the name from the code.
Parameters: c - The character. The name of the character. throws: IOException - If there is no name for the character.