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
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
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
>
>
> --
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
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