kotlin-codepoints icon indicating copy to clipboard operation
kotlin-codepoints copied to clipboard

Kotlin Multiplatform (KMP) library that adds basic support for Unicode code points

Results 3 kotlin-codepoints issues
Sort by recently updated
recently updated
newest added

Short of using an import alias I wasn't able to make the following work in a KMP project that has the JVM as one of its targets: ```kotlin import de.cketti.codepoints.deluxe.CodePoint...

I've been going back and forth on whether to include functions that support a start and end index to only operate on part of a `CharSequence`. I've landed on not...