Why do we need the u before the strings?
That's an utf16 string literal. What else would you use?
Oh, I assumed it was that wchar_t syntax we can't use. That makes sense then.
Although I never quite understood why we can't initialize an array with any type of string literal.