kotlin-codepoints
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...
[API design] Remove ability to operate on parts of a `CharSequence` via `startIndex` and `endIndex`?
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...