kotlinx-io icon indicating copy to clipboard operation
kotlinx-io copied to clipboard

CharsetEncoder.encodeToImpl does not terminate with unicode surrogates

Open steffenkleinle opened this issue 6 years ago • 1 comments
trafficstars

CharsetEncoder.encodeToImpl() does not terminate when calling it with e.g. \uD800\uDCA6 (𐂦) . I'm currently using kotlinx.io v 1.1.4.

steffenkleinle avatar Oct 29 '19 08:10 steffenkleinle

We are seeing this in kotlinx-io-jvm 0.1.16 on OpenJDK 12.0.1

stuebingerb avatar Nov 29 '19 12:11 stuebingerb

We're rebooting the kotlinx-io development (see https://github.com/Kotlin/kotlinx-io/issues/131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.

fzhinkin avatar Jun 12 '23 11:06 fzhinkin