Re: [E-devel] [Patch] evas textblock numeric escape support

2011-05-31 Thread Raoul Hecky
Great! Thanks ! Le dimanche 29 mai 2011 13:44:05, vous avez écrit : > On Fri, 2011-05-27 at 18:20 +0200, Raoul Hecky wrote: > > Hi, > > > > This is a new version after talk with Tasn on irc. > > > > Thanks. > > Dear Raoul, > > I reviewed and applied the patch with a couple of changes: > 1. I

Re: [E-devel] [Patch] evas textblock numeric escape support

2011-05-29 Thread Tom Hacohen
On Fri, 2011-05-27 at 18:20 +0200, Raoul Hecky wrote: > Hi, > > This is a new version after talk with Tasn on irc. > > Thanks. Dear Raoul, I reviewed and applied the patch with a couple of changes: 1. I removed the surrogate pair range handling, because we don't want to lose the content and tex

Re: [E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Tom Hacohen
Will get to this soon, thanks a lot. -- Tom. On Fri, May 27, 2011 at 7:20 PM, Raoul Hecky wrote: > Hi, > > This is a new version after talk with Tasn on irc. > > Thanks. > > -- > > Raoul Hecky > Calaos > > > --

[E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Raoul Hecky
Hi, This is a new version after talk with Tasn on irc. Thanks. -- Raoul Hecky Calaos Index: src/lib/canvas/evas_object_textblock.c === --- src/lib/canvas/evas_object_textblock.c (révision 59738) +++ src/lib

[E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Raoul Hecky
Hi, Here is a patch that adds support for numerical escaping code in textblock. Until now textblock only handles escape characters of the form: & λ ... But in html we can represent every unicode characters in the form: λ --> lambda in hex or λ --> lambda in decimal The patch adds also some func