|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
New subscriber: redesign of Unicode character tables (GLib)Hi, I'm new here...
My objective, for now, its to rework the Unicode support of GLib by redesigning its character tables, specially its size. I'll appreciate some guidelines and suggestion ("Give up!!" included). I'm currently reading/analyzing the Unicode Standard 5.1 and the GLib support for Unicode to later propose the redesign. Keep up the good work... Best regards... _______________________________________________ gtk-devel-list mailing list gtk-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-devel-list |
|
|
Re: New subscriber: redesign of Unicode character tables (GLib)On Wed, 2008-07-23 at 22:38 +0100, adrian.dmc wrote:
> Hi, I'm new here... Welcome. I'm the resident Unicode hacker around here for now. > My objective, for now, its to rework the Unicode support of GLib by > redesigning its character tables, specially its size. > I'll appreciate some guidelines and suggestion ("Give up!!" included). Awesome! I've got a year-long (being VERY optimistic) project for you! The idea is to write a fd.o library to expose ALL of UCD, and nothing else. And by ALL I mean all the ~80 properties enumerated here: http://www.unicode.org/Public/UNIDATA/UCD.html#Properties I have thought about it a lot. Let me know if you are interested and I'll write a design document. > I'm currently reading/analyzing the Unicode Standard 5.1 and the GLib > support for Unicode to later propose the redesign. > > Keep up the good work... > Best regards... Cheers, -- behdad http://behdad.org/ "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." -- Benjamin Franklin, 1759 _______________________________________________ gtk-devel-list mailing list gtk-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-devel-list |
|
|
Re: New subscriber: redesign of Unicode character tables (GLib)On Wed, 2008-07-23 at 22:38 +0100, adrian.dmc wrote:
> Hi, I'm new here... > > My objective, for now, its to rework the Unicode support of GLib by > redesigning its character tables, specially its size. > I'll appreciate some guidelines and suggestion ("Give up!!" included). > > I'm currently reading/analyzing the Unicode Standard 5.1 and the GLib > support for Unicode to later propose the redesign. The Unicode tables in GLib were designed with a lot of attention to: - Minimizing size - Keeping lookups fast - Keeping data static and shared between multiple applications - Minimizing relocations (The second two are closely related.) If you have weird application requirements (disk space is much more expensive than RAM say), doing things like gzip compressing the data tables would work. Otherwise, I would basically say "give up". I don't think it's a project where you'll get of traction easily... I'm sure it's possible to make some increment improvements if you are smart enough or persistent enough, but it won't be easy. Feel free to prove me wrong :-) - Owen _______________________________________________ gtk-devel-list mailing list gtk-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-devel-list |
|
|
|
| Free Forum Powered by Nabble | Forum Help |