CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20040429 05:53:21
Modified files:
lib/direct : utf8.c utf8.h
Log message:
Replaced 256 entries lookup table "direct_utf8_skip"
by the macro "DIRECT_UTF8_SKIP" and a 64 entries lookup table
which is statically defined in the header again.
Replaced the non-inlined function "direct_utf8_get_char()"
by the macro "DIRECT_UTF8_GET_CHAR" which uses a much smaller
and inlined function for non-ascii cases.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.