Re: Patches to gutf8.c

2008-08-06 Thread Behdad Esfahbod
On Wed, 2008-08-06 at 17:15 +0100, adrian.dmc wrote > > As no one replied/commented will post the patch (updated) in bugzilla. Please open bugs and I'll follow up with you there. Bug discussions tend to get lost in mailing lists. -- behdad http://behdad.org/ "Those who would give up Essential

Re: Patches to gutf8.c

2008-08-06 Thread Claudio Saavedra
El mié, 06-08-2008 a las 17:15 +0100, adrian.dmc escribió: > As no one replied/commented will post the patch (updated) in bugzilla. That's the usual way to report bugs and provide patches, so I encourage you to do it. If there are other issues that may require discussion or general GTK+ developers

Patches to gutf8.c

2008-08-06 Thread adrian . dmc
As no one replied/commented will post the patch (updated) in bugzilla. In the functions provided in *gutf8.c* there is some "instability" because some characters are accepted in certain functions and in others don't, this is because of the limitation to 0..10h that The Unicode Standard imposes

Patches to gutf8.c

2008-08-05 Thread adrian . dmc
Patch 1: changed the macro UTF8_COMPUTE definition to a more fast (made some tests) algorithm. Patch 2: changed the function g_utf8_find_next_char because if the next char is pointed by end it returns NULL. If I should proceed in a different way please inform. Keep up the good work... Best regard