2026-05-06 3:22 AM
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 ?