summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/emoji-segmenter/patch/0001-Compile-with-warnings-are-errors.patch
Commit message (Collapse)AuthorAgeFilesLines
* Introduce emoji-segmenter to 3rdparty codeEskil Abrahamsen Blomfeldt2024-11-181-0/+26
This is a parser for emoji sequences developed by Google which is used in multiple other projects for parsing sequences of characters to see if they should be represented as color emojis or as monochrome text. [ChangeLog][Third-Party Code] Added the emoji-segmenter to third party code, for supporting complex emoji sequences. This can be configured using the -emojisegmenter option. Task-number: QTBUG-111801 Change-Id: I7f87b0751415024d29f074d133850027f0003e29 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>