summaryrefslogtreecommitdiff
path: root/pango/pango-1.28.3-non-ascii.patch
AgeCommit message (Collapse)Author
2011-08-31Escaped non-ASCII characters from source files in pangoTakashi Nakamoto
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.