Join Slack
Powered by
How to convert a unicode codepoint (`Int` ) to a `...
# multiplatform
d
Dominaezzz
03/25/2020, 6:23 PM
How to convert a unicode codepoint (
Int
) to a
String
?
r
russhwolf
03/25/2020, 7:20 PM
Naively,
int.toChar().toString()
. But I'm sure there's unicode edge-cases that misses (eg code points larger that 0xffff)
d
Dominaezzz
03/25/2020, 8:02 PM
I'm specifically looking for a solution for large codepoints.
7
Views
Open in Slack
Previous
Next