From f3f57cc4edd528aaf0b8d8633d5f9990f0d804af Mon Sep 17 00:00:00 2001 From: Amine Najahi Date: Thu, 22 Apr 2021 20:26:30 +0100 Subject: NMake: Use UTF-8 with BOM if supported by nmake Fixes: #21792 --- Source/cm_codecvt.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cm_codecvt.hxx') diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx index 1860211a15..b73204f2aa 100644 --- a/Source/cm_codecvt.hxx +++ b/Source/cm_codecvt.hxx @@ -14,6 +14,7 @@ public: { None, UTF8, + UTF8_WITH_BOM, ANSI }; -- cgit v1.2.1