Solved
difference between Unicode::UnicodeChar and char16_t
Hello,
I've tried to reinterpret a char16_t string (specifically u"Hello")
to UnicodeChar* using
reinterpret_cast<const Unicode::UnicodeChar*>
they are the same ?
What is the difference between them ?