cm_codecvt_Encoding.hxx 253 B

123456789101112
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #pragma once
  4. enum class codecvt_Encoding
  5. {
  6. None,
  7. UTF8,
  8. UTF8_WITH_BOM,
  9. ANSI,
  10. ConsoleOutput,
  11. };