[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Apr 14 13:33:11 PDT 2015
src/hb-private.hh | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Apr 14 13:32:22 2015 -0700
Revert "Add MSVC pragma for UTF-8 source code"
This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
See discussion:
https://bugzilla.gnome.org/show_bug.cgi?id=747772
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
More information about the HarfBuzz
mailing list