CP437Utils

object CP437Utils

Functions

convertCp437toUnicode
Link copied to clipboard
common
fun convertCp437toUnicode(cpIdx: Int): Char
Converts a cp437 index to its char representation.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fetchCP437IndexForChar
Link copied to clipboard
common
fun fetchCP437IndexForChar(char: Char): Int
Fetches the cp437 index of a Char.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

CP437_METADATA
Link copied to clipboard
common
val CP437_METADATA: Map<Char, List<CP437TextureMetadata>>

Sources

(source)
Link copied to clipboard