changeset 1616:bbef5d25efa0

Removed the pragma... guess I misunderstood what the Visual C pragma did... It seems to convert UTF-8 in the source into Unicode which is not what we want.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 26 Mar 2012 23:17:46 +0000
parents 38da4aa23b7c
children f8d1da63fb77
files dw.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/dw.h	Mon Mar 26 22:20:55 2012 +0000
+++ b/dw.h	Mon Mar 26 23:17:46 2012 +0000
@@ -497,13 +497,6 @@
 #endif
 #endif
 
-/* With Visual C we need to make sure we are in UTF8 space
- * to prevent compilation errors with UTF-8 encoded literals.
- */
-#ifdef MSVC
-#pragma execution_character_set("utf-8")
-#endif
-
 #define DW_DT_LEFT               SS_LEFT
 #define DW_DT_QUERYEXTENT        0
 #define DW_DT_UNDERSCORE         0