Revision 3fc4d8b457eec01ba18e61344d365dfda486ea7e authored by Brad King on 11 September 2023, 12:10:36 UTC, committed by Kitware Robot on 11 September 2023, 12:10:41 UTC
5924a1f0eb Help: Document if() comparison number format

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8783
2 parent s bc41968 + 5924a1f
Raw File
cm_codecvt_Encoding.hxx
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file Copyright.txt or https://cmake.org/licensing for details.  */
#pragma once

enum class codecvt_Encoding
{
  None,
  UTF8,
  UTF8_WITH_BOM,
  ANSI,
  ConsoleOutput,
};
back to top