diff options
-rw-r--r-- | pango/break.c | 4 | ||||
-rw-r--r-- | pango/pango-language-sample-table.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/pango/break.c b/pango/break.c index a59355d5..27857c02 100644 --- a/pango/break.c +++ b/pango/break.c @@ -27,10 +27,6 @@ #include "pango-impl-utils.h" #include <string.h> -#ifdef _MSC_VER -#pragma execution_character_set("utf-8") -#endif - #define PARAGRAPH_SEPARATOR 0x2029 #define PARAGRAPH_SEPARATOR_STRING "\xE2\x80\xA9" diff --git a/pango/pango-language-sample-table.h b/pango/pango-language-sample-table.h index c99c8bb6..19614d8c 100644 --- a/pango/pango-language-sample-table.h +++ b/pango/pango-language-sample-table.h @@ -49,11 +49,6 @@ * * Needless to say, the list MUST be sorted on the language code. */ - -#ifdef _MSC_VER -#pragma execution_character_set("utf-8") -#endif - /* Sacrificial define to make introspection happy. */ #ifndef LANGUAGE #define LANGUAGE(x, y, z) |