[libxml2] Switched comment in file to UTF-8 encoding
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Switched comment in file to UTF-8 encoding
- Date: Sat, 30 Mar 2013 14:35:00 +0000 (UTC)
commit 0ab8ce53024e80f671b135a58086a24bf76bc2eb
Author: Daniel Veillard <veillard redhat com>
Date: Thu Mar 28 08:47:42 2013 +0800
Switched comment in file to UTF-8 encoding
entities.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/entities.c b/entities.c
index 5e786a1..0c484a7 100644
--- a/entities.c
+++ b/entities.c
@@ -649,7 +649,7 @@ xmlEncodeEntitiesInternal(xmlDocPtr doc, const xmlChar *input, int attr) {
} else if (*cur >= 0x80) {
if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
/*
- * Bj�rn Reese <br sseusa com> provided the patch
+ * Bjørn Reese <br sseusa com> provided the patch
xmlChar xc;
xc = (*cur & 0x3F) << 6;
if (cur[1] != 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]