Hey Grigori,

Thanks a lot for this wonderful lib. I haven't checked the code nor have I tried compiling/using it, but just the concept is very much needed. Could you please consider adding CMake (or any other build system) support so it'll be easier to just build a lib out of it?

Thanks a lot,
Tom.

On 19/08/12 16:24, Grigori Goronzy wrote:
Hi everyone,

I have put together a simple standalone Unicode support library that
provides just the functionality HarfBuzz needs. This should be useful
for the people that want to use HarfBuzz on non-Unix platforms. It's
much, much smaller than ICU or glib, less than 200 KB binary size on
x86_64, and is implemented in plain C89 with no extra dependencies.

The library is called UCDN (which stands for Unicode Database and
Normalization) and is available from Github:

https://github.com/grigorig/ucdn

Hangul Jamo (de)composition is not yet implemented, but apart from that
I haven't found any obvious differences to glib's Unicode functions.

The included HarfBuzz connector hb-ucdn.h makes it really easy to use
with HarfBuzz: just create a hb_unicode_funcs_t structure with
hb_ucdn_make_unicode_funcs and pass that to a hb_buffer_t with
hb_buffer_set_unicode_funcs.

Best regards
Grigori
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz


_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to