summaryrefslogtreecommitdiff
path: root/pango/mini-fribidi/README
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-10 00:37:04 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-10 00:37:04 +0000
commita7dc52f68b78024f5e64a7673850eeae5079e6ec (patch)
tree0870895edf22b622deb14904b35cb84b460ff943 /pango/mini-fribidi/README
parente6d9b658f206252edab67b7c0eefb98176cf2f07 (diff)
downloadpango-a7dc52f68b78024f5e64a7673850eeae5079e6ec.tar.gz
Short-circuit on LTR-only or RTL-only text.
2005-11-09 Behdad Esfahbod <behdad@gnome.org> * pango/mini-fribidi/README, pango/mini-fribidi/fribidi.patch, pango/mini-fribidi/fribidi.c: Short-circuit on LTR-only or RTL-only text.
Diffstat (limited to 'pango/mini-fribidi/README')
-rw-r--r--pango/mini-fribidi/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/mini-fribidi/README b/pango/mini-fribidi/README
index 39f3f42f..4f2acd7c 100644
--- a/pango/mini-fribidi/README
+++ b/pango/mini-fribidi/README
@@ -14,7 +14,9 @@ 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.
+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.
-November 03, 2005
+November 09, 2005
Behdad Esfahbod