>> UTF16, so I need to preface each choice with an L and store it in a wchar_t variable
The size and encoding of a wchar_t is implementation defined. On Windows OS's, it's UTF16-LE. On many other...