gtk/build
Chun-wei Fan 801e9cf74b build/win32/replace.py: Fix replacing items in files with UTF-8 content
Some files that this script will process might have UTF-8 items in
there, which can cause problems on Python 3.x as it is more strict and
careful on unicode issues.

Fix this by:
-Doing what we did before on Python 2.x
-Opening the file with encoding='utf-8' on Python 3.x
2017-05-09 18:37:20 -07:00
..
win32 build/win32/replace.py: Fix replacing items in files with UTF-8 content 2017-05-09 18:37:20 -07:00
Makefile-newvs.am Visual Studio builds: Support Visual Studio 2017 2017-02-17 15:09:16 +08:00
Makefile.am MSVC builds: Update how introspection builds are done 2016-04-19 14:50:25 +08:00
Makefile.msvc-introspection MSVC builds: Update how introspection builds are done 2016-04-19 14:50:25 +08:00
Makefile.msvcproj build/Makefile.msvcproj: Remove MSVC 2017 projects before re-generation 2017-03-03 17:35:28 +08:00