Git init
[external/pango1.0.git] / pango / mini-fribidi / README
1 This directory holds a stripped down version of GNU FriBidi library. The
2 fribidi version that fribidi.patch is against is 0.10.7 release.  The files
3 fribidi_config.h and Makefile.am are specifically written for Pango integration.
4
5 Like Pango, FriBidi is licensed under the terms of the GNU Lesser General
6 Public License - see the file COPYING in the toplevel directory of the Pango
7 distribution.
8
9 The fribidi_tab_char_type_2.i table has been updated to correspond to
10 Unicode 5.1.0.
11
12 Please try not to make any changes to files duplicated in this directory.
13 The aim has been to only remove lines from those files, not add new ones.
14 Most of desired features can be implemented by preprocessor tricks in
15 fribidi_config.h.
16
17 This version of FriBidi is modified to support UTF-8 directly.  Search for
18 utf8 in the code to see where changes have gone.  It also has been modified to
19 short-circuit on unidirectional text.  Search for unidirectional to find that
20 part.
21
22 April 8, 2008
23 Behdad Esfahbod