Hi,

I found that the table containing all html escape codes had some errors. This 
patch correct them.

Regards,

-- 
------------------------
Raoul Hecky
Index: src/lib/canvas/evas_object_textblock.c
===================================================================
--- src/lib/canvas/evas_object_textblock.c	(révision 39886)
+++ src/lib/canvas/evas_object_textblock.c	(copie de travail)
@@ -585,38 +585,36 @@
 	"½\0"   "\xc2\xbd\0"
 	"¾\0"   "\xc2\xbe\0"
 	"¿\0"   "\xc2\xbf\0"
-	"à\0"   "\xc3\x80\0"
-	"á\0"   "\xc3\x81\0"
-	"â\0"    "\xc3\x82\0"
-	"ã\0"   "\xc3\x83\0"
-	"ä\0"     "\xc3\x84\0"
-	"å\0"    "\xc3\x85\0"
-	"æ\0"    "\xc3\x86\0"
-	"ç\0"   "\xc3\x87\0"
-	"ç\0"   "\xc3\x87\0"
-	"è\0"   "\xc3\x88\0"
-	"é\0"   "\xc3\x89\0"
-	"ê\0"    "\xc3\x8a\0"
-	"ë\0"     "\xc3\x8b\0"
-	"ì\0"   "\xc3\x8c\0"
-	"í\0"   "\xc3\x8d\0"
-	"î\0"    "\xc3\x8e\0"
-	"ï\0"     "\xc3\x8f\0"
-	"ð\0"      "\xc3\x90\0"
-	"ñ\0"   "\xc3\x91\0"
-	"ñ\0"   "\xc3\x91\0"
-	"ò\0"   "\xc3\x92\0"
-	"ó\0"   "\xc3\x93\0"
-	"ô\0"    "\xc3\x94\0"
-	"õ\0"   "\xc3\x95\0"
-	"ö\0"     "\xc3\x96\0"
+	"À\0"   "\xc3\x80\0"
+	"Á\0"   "\xc3\x81\0"
+	"Â\0"    "\xc3\x82\0"
+	"Ã\0"   "\xc3\x83\0"
+	"Ä\0"     "\xc3\x84\0"
+	"Å\0"    "\xc3\x85\0"
+	"&Aelig;\0"    "\xc3\x86\0"
+	"Ç\0"   "\xc3\x87\0"
+	"È\0"   "\xc3\x88\0"
+	"É\0"   "\xc3\x89\0"
+	"Ê\0"    "\xc3\x8a\0"
+	"Ë\0"     "\xc3\x8b\0"
+	"È\0"   "\xc3\x8c\0"
+	"É\0"   "\xc3\x8d\0"
+	"Î\0"    "\xc3\x8e\0"
+	"Ï\0"     "\xc3\x8f\0"
+	"&Eth;\0"      "\xc3\x90\0"
+	"Ñ\0"   "\xc3\x91\0"
+	"Ò\0"   "\xc3\x92\0"
+	"Ó\0"   "\xc3\x93\0"
+	"Ô\0"    "\xc3\x94\0"
+	"Õ\0"   "\xc3\x95\0"
+	"Ö\0"     "\xc3\x96\0"
 	"×\0"    "\xc3\x97\0"
-	"ø\0"   "\xc3\x98\0"
-	"ù\0"   "\xc3\x99\0"
-	"ú\0"   "\xc3\x9a\0"
-	"û\0"    "\xc3\x9b\0"
-	"ý\0"   "\xc3\x9d\0"
-	"þ\0"    "\xc3\x9e\0"
+	"Ø\0"   "\xc3\x98\0"
+	"Ù\0"   "\xc3\x99\0"
+	"Ú\0"   "\xc3\x9a\0"
+	"Û\0"    "\xc3\x9b\0"
+	"Ý\0"   "\xc3\x9d\0"
+	"&Thorn;\0"    "\xc3\x9e\0"
 	"ß\0"    "\xc3\x9f\0"
 	"à\0"   "\xc3\xa0\0"
 	"á\0"   "\xc3\xa1\0"
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to