summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.hxx
diff options
context:
space:
mode:
authorAmine Najahi <anajahi@mathworks.com>2021-04-22 19:26:30 (GMT)
committerBrad King <brad.king@kitware.com>2021-05-05 14:56:49 (GMT)
commitf3f57cc4edd528aaf0b8d8633d5f9990f0d804af (patch)
tree3ca9148977b9d0044fc5524e9fd3c1f93adeecad /Source/cm_codecvt.hxx
parent186c9bff5342c1e8e73fce9cf361b6de5dda3f28 (diff)
downloadCMake-f3f57cc4edd528aaf0b8d8633d5f9990f0d804af.zip
CMake-f3f57cc4edd528aaf0b8d8633d5f9990f0d804af.tar.gz
CMake-f3f57cc4edd528aaf0b8d8633d5f9990f0d804af.tar.bz2
NMake: Use UTF-8 with BOM if supported by nmake
Fixes: #21792
Diffstat (limited to 'Source/cm_codecvt.hxx')
-rw-r--r--Source/cm_codecvt.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx
index 1860211..b73204f 100644
--- a/Source/cm_codecvt.hxx
+++ b/Source/cm_codecvt.hxx
@@ -14,6 +14,7 @@ public:
{
None,
UTF8,
+ UTF8_WITH_BOM,
ANSI
};