Advertisement
Guest User

C++ source in unicode

a guest
Feb 28th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. warning C4819: The file contains a character that cannot be represented
  2. in the current code page (932). Save the file in Unicode format to prevent
  3. data loss.
  4.  
  5. std::wstring str = L"u20AC"; // Euro character
  6.  
  7. typedef void β€Ό; // Also known as u203C
  8. class ooɟ {
  9. operator β€Ό() {}
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement