diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-07-25 08:11:11 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-07-25 08:11:11 +0000 |
commit | 89b127d9ff67ec764dfdaf168e416af8ac9125e7 (patch) | |
tree | 24185b45665916e5616df8346ba02c4e867e1872 /pango/pango-script.c | |
parent | 25fc335a90e47fbab9e50f6c999a0efd3277e4d9 (diff) | |
download | pango-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 'pango/pango-script.c')
-rw-r--r-- | pango/pango-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c index f1cf5ed6..52824799 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -585,7 +585,7 @@ pango_script_get_sample_language (PangoScript script) "", /* PANGO_SCRIPT_CUNEIFORM */ "", /* PANGO_SCRIPT_PHOENICIAN */ "", /* PANGO_SCRIPT_PHAGS_PA */ - "" /* PANGO_SCRIPT_NKO */ + "nqo" /* PANGO_SCRIPT_NKO */ }; const char *sample_language; |