summaryrefslogtreecommitdiff
path: root/pango/mini-fribidi/README
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-11-13 15:27:37 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-11-13 15:27:37 +0200
commit79ab27910e65e38235f0ddeb664b6a335fd8631d (patch)
tree0b360426cad12d3d021ccc04de9e88832d480031 /pango/mini-fribidi/README
parentc5be7e0069371f1089f25095b3d0d331b3d1d71b (diff)
downloadpango-fribidi-upstream.tar.gz
Drop now unused mini-fribidifribidi-upstream
Diffstat (limited to 'pango/mini-fribidi/README')
-rw-r--r--pango/mini-fribidi/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/pango/mini-fribidi/README b/pango/mini-fribidi/README
deleted file mode 100644
index 0831c91e..00000000
--- a/pango/mini-fribidi/README
+++ /dev/null
@@ -1,23 +0,0 @@
-This directory holds a stripped down version of GNU FriBidi library. The
-fribidi version that fribidi.patch is against is 0.10.7 release. The files
-fribidi_config.h and Makefile.am are specifically written for Pango integration.
-
-Like Pango, FriBidi is licensed under the terms of the GNU Lesser General
-Public License - see the file COPYING in the toplevel directory of the Pango
-distribution.
-
-The fribidi_tab_char_type_2.i table has been updated to correspond to
-Unicode 5.1.0.
-
-Please try not to make any changes to files duplicated in this directory.
-The aim has been to only remove lines from those files, not add new ones.
-Most of desired features can be implemented by preprocessor tricks in
-fribidi_config.h.
-
-This version of FriBidi is modified to support UTF-8 directly. Search for
-utf8 in the code to see where changes have gone. It also has been modified to
-short-circuit on unidirectional text. Search for unidirectional to find that
-part.
-
-April 8, 2008
-Behdad Esfahbod