summaryrefslogtreecommitdiff
path: root/libxml2/libxml2-latin.patch
AgeCommit message (Collapse)Author
2011-10-27chmod -xTor Lillqvist
2011-08-31Escaped non-ASCII characters from source files.Takashi Nakamoto
Building libxml2 with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files generated by test tools in libxml2 contains non-ASCII characters. This issue is originally reported in OpenOffice.org community (issue 93433) and a patch is provided by tora, but it has not been applied yet. This modification is based on the patch and adapted to the current LibreOffice source.