summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-25 08:11:11 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-25 08:11:11 +0000
commit89b127d9ff67ec764dfdaf168e416af8ac9125e7 (patch)
tree24185b45665916e5616df8346ba02c4e867e1872 /modules
parent25fc335a90e47fbab9e50f6c999a0efd3277e4d9 (diff)
downloadpango-89b127d9ff67ec764dfdaf168e416af8ac9125e7.tar.gz
Add Cuneiform and Phoenician in the list of supported scripts by this
2006-07-25 Behdad Esfahbod <behdad@gnome.org> * modules/basic/basic-fc.c: Add Cuneiform and Phoenician in the list of supported scripts by this backend. Phoenician is a simple RTL script. * pango/pango-script.c (pango_script_get_sample_language): Add language code "nqo" for script N'Ko.
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/basic-fc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c
index 08776f3b..33478887 100644
--- a/modules/basic/basic-fc.c
+++ b/modules/basic/basic-fc.c
@@ -71,6 +71,10 @@ static PangoEngineScriptInfo basic_scripts[] = {
/* Unicode-4.1 additions */
{ PANGO_SCRIPT_GLAGOLITIC, "*" },
+ /* Unicode-5.0 additions */
+ { PANGO_SCRIPT_CUNEIFORM, "*" },
+ { PANGO_SCRIPT_PHOENICIAN, "*" },
+
{ PANGO_SCRIPT_COMMON, "" }
};