summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 17:55:31 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 17:55:31 +0000
commit8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00 (patch)
treee4331294db06c147f607583fcc21a6aa5a43ba3e /third_party/libxslt
parent2d88e7d8b4c382e0ef178c52a87450c226150ef2 (diff)
downloadchromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.zip
chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.gz
chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.bz2
Enforce all the source files to be encoded in UTF-8.
Many files used random encoding. All of them were in comments or unit test files that were not compiled. In any case, not using unicode everywhere complexify the tools so enforcing it makes presubmit checks much simpler. R=joi@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10797029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/README.chromium2
-rw-r--r--third_party/libxslt/libxslt/xslt.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/third_party/libxslt/README.chromium b/third_party/libxslt/README.chromium
index 4b60c21..197b6b9 100644
--- a/third_party/libxslt/README.chromium
+++ b/third_party/libxslt/README.chromium
@@ -43,6 +43,8 @@ Current version: 1.1.26, plus the following patches:
- Import pattern parsing fix for commit: http://git.gnome.org/browse/libxslt/commit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b
- A fix for XSLT node checking (from upstream, commit pending).
+5) Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c
+
To import a new snapshot of libxslt:
diff --git a/third_party/libxslt/libxslt/xslt.c b/third_party/libxslt/libxslt/xslt.c
index 55f505b..0ae9228 100644
--- a/third_party/libxslt/libxslt/xslt.c
+++ b/third_party/libxslt/libxslt/xslt.c
@@ -5167,7 +5167,7 @@ xsltParseXSLTTemplate(xsltCompilerCtxtPtr cctxt, xmlNodePtr templNode) {
/*
* TODO: We need a standardized function for extraction
* of namespace names and local names from QNames.
- * Don't use xsltGetQNameURI() as it cannot channeö
+ * Don't use xsltGetQNameURI() as it cannot channel
* reports through the context.
*/
modeURI = xsltGetQNameURI(templNode, &prop);