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. };