[pango] Revert "Use UTF-8 pragma for MSVC"



commit 76011eca53871a8f0fdad81fa848fc1768f8e578
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Apr 14 13:33:17 2015 -0700

    Revert "Use UTF-8 pragma for MSVC"
    
    This reverts commit c8b1d5bea67155ae51cb9a145d43df79a52faeb4.
    
    See discussion:
    https://bugzilla.gnome.org/show_bug.cgi?id=747772

 pango/break.c                       |    4 ----
 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 a59355d..27857c0 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 c99c8bb..19614d8 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]