Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 735: GuiRenderLigatures emoji cursor incorrect
QString::at does not handle multi-byte Unicode characters. A naive call will only select the first byte from the sequence. Use the entire UTF8 grapheme.
- Loading branch information