# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1332803866 0 # Node ID bbef5d25efa0b5011f380135487ba1359958a414 # Parent 38da4aa23b7cc74158b98aad206346a6e80a6b10 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. diff -r 38da4aa23b7c -r bbef5d25efa0 dw.h --- 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