An array of ordinary character type ([basic.fundamental]),
char8_t array,
char16_t array,
char32_t array,
or wchar_t array
can be initialized by
an ordinary string literal,
UTF-8 string literal,
UTF-16 string literal,
UTF-32 string literal, or
wide string literal,
respectively, or by an appropriately-typed string-literal enclosed in
braces ([lex.string]).
Successive
characters of the
value of the string-literal
initialize the elements of the array.