summaryrefslogtreecommitdiff
path: root/pango/mini-fribidi/README
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-25 02:08:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-25 02:08:48 +0000
commit90ddba2c9701ee72f09ee1c11f87b1327cbcd539 (patch)
tree3595b58fa4677c89bcfb1c03f43472d58d59c6be /pango/mini-fribidi/README
parent83723181b018b2340864d661c9b4b7dabb854ade (diff)
downloadpango-90ddba2c9701ee72f09ee1c11f87b1327cbcd539.tar.gz
Update to UCD 5.0.0.
2006-07-24 Behdad Esfahbod <behdad@gnome.org> * pango/mini-fribidi/fribidi_tab_char_type_2.i: Update to UCD 5.0.0. * pango/mini-fribidi/README: Note the about update. * pango/pango-script.h: Add new values for PangoScript. * pango/pango-script.c (pango_script_for_unichar_bsearch): Default to PANGO_SCRIPT_UNKNOWN. * pango/pango-script.c (pango_script_get_sample_language): Add empty entries for new script values. * tools/gen-script-table.pl: Default to PANGO_SCRIPT_UNKNOWN as is now the default value of Scripts.txt in UCD 5.0.0. * pango/pango-script-table.h: Regenerated against UCD 5.0.0. * docs/tmpl/scripts.sgml: Document new script types. * tools/gen-script-for-lang.c (scripts_for_line): Ignore data at the end of lines as many .orth files in fontconfig now list the character name there. * pango/pango-script-lang-table.h: Regenerate against newer fontconfig 2.3.9x.
Diffstat (limited to 'pango/mini-fribidi/README')
-rw-r--r--pango/mini-fribidi/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/mini-fribidi/README b/pango/mini-fribidi/README
index 4f2acd7c..36874942 100644
--- a/pango/mini-fribidi/README
+++ b/pango/mini-fribidi/README
@@ -6,7 +6,8 @@ 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 corresponds to Unicode 4.1.
+The fribidi_tab_char_type_2.i table has been updated to correspond to
+Unicode 5.0.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.