I'm trying to print this vector which also includes unicode characters:
unsigned short RussianStr[] = { 0x044D, 0x044E, 0x044F, 0x0000};
For this reason I cannot use a vector of char but of unsigned short. How do I print all the vector characters? With the printf () function I only see the first character printed