Revert "Add MSVC pragma for UTF-8 source code"
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Apr 2015 20:32:22 +0000 (13:32 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Apr 2015 20:32:22 +0000 (13:32 -0700)
This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.

See discussion:
https://bugzilla.gnome.org/show_bug.cgi?id=747772

src/hb-private.hh

index 0caab9e..06d7f22 100644 (file)
@@ -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