Kaydet (Commit) 149ff3ec authored tarafından Takashi Nakamoto's avatar Takashi Nakamoto Kaydeden (comit) Eike Rathke

Escaped non-ASCII characters from source files in pango

Building pango with VC++ 2008 Express Edition on Windows platform where the
locale is Japanese (or maybe Korean, Chinese or others) fails because some
files extracted from the pango tarball contains non-ASCII characters. This
change escapes those non-ASCII characters with "\xff" expression.
üst f64c2d59
...@@ -115,7 +115,7 @@ OUT2INC+=pango/pango-utils.h ...@@ -115,7 +115,7 @@ OUT2INC+=pango/pango-utils.h
.ELIF "$(OS)"=="WNT" .ELIF "$(OS)"=="WNT"
PATCH_FILES=pango-1.28.3-win32.patch PATCH_FILES=pango-1.28.3-win32.patch pango-1.28.3-non-ascii.patch
ADDITIONAL_FILES=config.h msvc_recommended_pragmas.h ADDITIONAL_FILES=config.h msvc_recommended_pragmas.h
CONFIGURE_DIR= CONFIGURE_DIR=
CONFIGURE_ACTION= CONFIGURE_ACTION=
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment