bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] Re: Script APIs


From: Simon Josefsson
Subject: [bug-libunistring] Re: Script APIs
Date: Wed, 30 Mar 2011 00:44:30 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux)

Bruno Haible <address@hidden> writes:

>> The APIs for finding out the script of a code point is this:
>> 
>> http://www.gnu.org/software/libunistring/manual/libunistring.html#Scripts
>
> Attention: I'm just redesigning this API, and the blocks API, right now.
> The existing API is not extensible and costs a lot of relocations at startup
> time. My current draft for the new API is this:

Cool!

I just did some size analysis of libidn2, and the scripts stuff is the
largest part.  I only need to identify a few scripts.  Maybe it doesn't
make sense to support something like that in libunistring, and I could
write something custom for identifying scripts that I need.  But if it
was possible to import only the greek, hebrew, etc scripts tables that I
need, and not the other script tables, that would be nice.  More size
data here:

http://article.gmane.org/gmane.comp.gnu.libidn.general/278

/Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]