Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: third_party/libxslt/libxslt/xslt.c

Issue 10797029: Enforce all the source files to be encoded in UTF-8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vim Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxslt/libxslt/xslt.c
diff --git a/third_party/libxslt/libxslt/xslt.c b/third_party/libxslt/libxslt/xslt.c
index 55f505b4768b20e87e2cc60b46e70c40ff2f6e57..0ae922848460f8e41d2ad2bc46fc56fe284a6b77 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
Ami GONE FROM CHROMIUM 2012/07/19 15:56:53 Needs README.chromium update
* reports through the context.
*/
modeURI = xsltGetQNameURI(templNode, &prop);

Powered by Google App Engine
This is Rietveld 408576698