From 3029e8b59d1667dc6a53355be89a2b55d7089b88 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 14 Apr 2015 13:32:22 -0700 Subject: [PATCH] Revert "Add MSVC pragma for UTF-8 source code" This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59. See discussion: https://bugzilla.gnome.org/show_bug.cgi?id=747772 --- src/hb-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index 0caab9e..06d7f22 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -132,7 +132,6 @@ static int errno = 0; /* Use something better? */ # endif # if defined(_MSC_VER) && _MSC_VER < 1900 # define snprintf _snprintf -# pragma execution_character_set("utf-8") # endif #endif -- 2.7.4