decodeToUtf8
Decodes bytes into a UTF-8 string using the detected encoding.
Parameters
bytes | Input byte sequence. |
encoding | Detected encoding. |
Returns
Decoded UTF-8 string.
Decodes bytes into a UTF-8 string using the detected encoding.
bytes | Input byte sequence. |
encoding | Detected encoding. |