KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.common
/
StringUtils
String
Utils
object
StringUtils
Common string-related functions.
Members
Properties
GB2312
Link copied to clipboard
const
val
GB2312
:
String
GB2312_
CHARSET
Link copied to clipboard
val
GB2312_CHARSET
:
KiteCharset
?
SHIFT_
JIS
Link copied to clipboard
const
val
SHIFT_JIS
:
String
SHIFT_
JIS_
CHARSET
Link copied to clipboard
val
SHIFT_JIS_CHARSET
:
KiteCharset
?
Functions
guess
Charset
Link copied to clipboard
fun
guessCharset
(
bytes
:
ByteArray
,
hints
:
Map
<
DecodeHintType
,
*
>
?
)
:
KiteCharset
guess
Encoding
Link copied to clipboard
fun
guessEncoding
(
bytes
:
ByteArray
,
hints
:
Map
<
DecodeHintType
,
*
>
?
)
:
String