Companion

Properties

Link copied to clipboard
Link copied to clipboard
const val ASCII_END: Int = 127
Link copied to clipboard
Link copied to clipboard
const val ASCII_PRINTABLE_START: Int = 32
Link copied to clipboard
Link copied to clipboard
const val BMP_END: Int = 65535
Link copied to clipboard
const val ISO_8859_1_END: Int = 255
Link copied to clipboard
Link copied to clipboard
const val MAX_CODE_POINT: Int = 1114111
Link copied to clipboard
const val NON_BMP_START: Int
Link copied to clipboard
const val SURROGATES_END: Int = 57343
Link copied to clipboard
const val SURROGATES_START: Int = 55296