Sabeeh
11/02/2024, 12:57 PMStefan Oltmann
11/02/2024, 1:05 PMRobert Jaros
11/02/2024, 1:20 PMSabeeh
11/03/2024, 11:10 AM.onMalformedInput(CodingErrorAction.REPLACE)
.onUnmappableCharacter(CodingErrorAction.REPLACE)
Also it don't support checking overflow/underflow for decoding.
Ktor 3 charsets only provide basic encoding/decoding functionality using platform-specific APIs. In contrast, this library offers a consistent encoding/decoding API across all platforms, with support for all mentioned charsets. It works similarly to JDK charsets but is fully functional on all platforms.
I was using Ktor 3 Charset in my fleeksoft/Ksoup library but many chrasets like UTF-32 and other were not supported on other than JVM platform and also I needSabeeh
11/03/2024, 11:12 AMSabeeh
11/03/2024, 11:38 AM