From c0f1ff618fbcbbe38f8694840b0e0922c16da201 Mon Sep 17 00:00:00 2001 From: bdilly Date: Thu, 27 May 2010 21:03:53 +0000 Subject: [PATCH] small fix in evas html escape table git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@49240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_textblock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index ca0fd87..4082bb6 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -478,8 +478,8 @@ static const char escape_strings[] = "É\0" "\xc3\x89\0" "Ê\0" "\xc3\x8a\0" "Ë\0" "\xc3\x8b\0" - "È\0" "\xc3\x8c\0" - "É\0" "\xc3\x8d\0" + "Ì\0" "\xc3\x8c\0" + "Í\0" "\xc3\x8d\0" "Î\0" "\xc3\x8e\0" "Ï\0" "\xc3\x8f\0" "&Eth;\0" "\xc3\x90\0" -- 2.7.4