anybody already written a common kotlin `val Char....
# multiplatform
e
anybody already written a common kotlin
val Char.isEmoji: Boolean
helper? The Char api is pretty limited and all my stackoverflow results are jvm or iOS specific
s
btw, not sure if it was intentional but some emojis can be made up of multiple characters so
Char.isEmoji
may not be sufficient
e
yeah i’m still trying to figure this out, afaict
Char
is a utf-16 character. afaict that’s sufficient but i’m still reading
(100% not sufficient)
s
😄