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

FriBidi 0.10.0



FriBidi 0.10.0 is released. You can get it from:

	http://fribidi.sf.net/

Major changes are:

* Slightly changed interface. To use the old interface, you should #define
  FRIBIDI_INTERFACE_1 before #include-ing "fribidi.h".
* No Glib dependency.
* Support for very small memory footprints, through controllable data table
  compression.
* Added line breaking support through standard width computation (using Markus
  Kuhn's wcwidth).
* Major cleanup of the code.
* Tested on different platforms, including Red Hat, Debian, FreeBSD,
  Solaris, and Cygwin.
* pkgconfig support, by Abel Cheung.
* Included Unicode data files in the source distribution.

roozbeh