I have a block of text with some unicode literals:
const wchar_t * kszDefaultTextFaceNameJapan = _T("#65325;#65331; #12468;#12471;#12483;#12463;");
const wchar_t * kszDefaultDimensionFaceNameJapan = _T("#65325;#65331; #12468;#12471;#12483;#12463;");
I highlight that, type the # key, which brings up the surround with preprocessor define, type UNICODE, hit enter, and get back
#ifdef UNICODE
const wchar_t * kszDefaultTextFaceNameJapan = _T("MS ????");
const wchar_t * kszDefaultDimensionFaceNameJapan = _T("MS ????");
#endif // UNICODE
Hmmm... this FORUM mucks with the data (apparently it's not unicode enabled? But pretend the first block has Japanese Kanji, while the second has what you probably see: junk.