mirror of https://github.com/qTox/qTox.git
Browse Source
Fix two small problems that break flag emojis (1) Multi-char emojis are accidentally grouped together with emoticons (such as : smile :). This is fixed by using a more robust isAscii(...) function (2) Smiley regexp construction is undeterministic, causing multi-char to sometimes be processed first, sometimes last. This is fixed by explicitly inserting multi-char patterns first. Issue: #5147reviewable/pr6302/r2
1 changed files with 24 additions and 5 deletions
Loading…
Reference in new issue