Hello All!
I’m wondering whether the JUCE string class is able to recognize characters outside of the Basic Multilingual Plane, in other words, characters which require 16-bit surrogate pairs in UTF-16. For example, I imported some SMP UTF-8 data into a JUCE String, but JUCE printed two blank default characters when I drew the text to screen. Is this an OS/API-dependent issue or is JUCE only recognizing Unicode characters as a fixed-width 16-bit word (the deprecated UCS-2 way of doing things)?