gtk3/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
Makefile.am
Makefile.msvc-introspection
Makefile.msvcproj build/Makefile.msvcproj: Remove MSVC 2017 projects before re-generation 2017-03-03 17:35:28 +08:00