testConsoleBuf.hxx 654 B

1234567891011121314151617
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
  3. #ifndef testConsoleBuf_hxx
  4. #define testConsoleBuf_hxx
  5. static const wchar_t cmdConsoleBufChild[] = L"testConsoleBufChild";
  6. static const wchar_t BeforeInputEventName[] = L"BeforeInputEvent";
  7. static const wchar_t AfterOutputEventName[] = L"AfterOutputEvent";
  8. // यूनिकोड είναι здорово!
  9. static const wchar_t UnicodeTestString[] =
  10. L"\u092F\u0942\u0928\u093F\u0915\u094B\u0921 "
  11. L"\u03B5\u03AF\u03BD\0\u03B1\u03B9 "
  12. L"\u0437\u0434\u043E\u0440\u043E\u0432\u043E!";
  13. #endif