Add support for Unicode surrogate characters and planes above zero. #213

Merged
MicheleC merged 1 commits from feat/unicode-planes-support into master 1 month ago

1 Commits (master)

Author SHA1 Message Date
Michele Calgaro e0a38072cf
Add support for Unicode surrogate characters and planes above zero.
If the selected font supports the required characters, the text will be displayed correctly.
If the selected font does not support such characters, empty boxes will be displayed in place of the expected text.

Part of the code changes comes from Qt4 code.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago