rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
704 stars 93 forks source link

Handle UTF16 surrogate pairs in text boxes #316

Closed minimalism closed 3 years ago

minimalism commented 3 years ago

There's still some jank as a result of having one glyph per character, but Myra should no longer throw when displaying and editing textboxes containing (valid) surrogate pairs.

rds1983 commented 3 years ago

thanks again.