vanniktech / Emoji

A library to add Emoji support to your Android / iOS / JVM Application
Apache License 2.0
1.51k stars 290 forks source link

Use generator to create `unicode` String #1109

Closed cketti closed 1 week ago

cketti commented 1 week ago

Generate the final unicode string instead of calling the String(int[], int, int) constructor at runtime.