>>>>> "Loic" == loic  <[EMAIL PROTECTED]> writes:

Loic> I saw that you re-implemented some string functions
Loic> (unicode_is*, unicode_strlen etc.). Do you plan to extend this
Loic> support (strcmp, strncmp etc...) in the short term ?

I wasn't planning to do it at all.  When using Utf-8, you can simply
use the ordinary strcmp, strncmp, etc.  unicode_strlen is special as
it returns the number of characters (not bytes) in the string.

Loic> I see that other people (Raja R Harinath, Robert Brady) worked
Loic> on libunicode recently. Is there a mailing list for all those ?
Loic> Or should I CC my questions to them also ?

There is no mailing list.  Hari tends to fix config/dist problems
only.  CC'ing Robert Brady and Jim Blandy would be good though.

Loic> What about regular expressions ? Is libunicode used in a regular
Loic> expression engine that we could use (either C or C++ ?).

Henry Spencer's latest regexp package will deal with Utf-8.  This is
what Tcl uses.

Tom

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to