Add Cuneiform and Phoenician in the list of supported scripts by this
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 25 Jul 2006 08:11:11 +0000 (08:11 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 25 Jul 2006 08:11:11 +0000 (08:11 +0000)
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.

ChangeLog
modules/basic/basic-fc.c
pango/pango-script.c

index 5b76b14..f7356ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
 2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
 
        * === Released 1.13.4 ===
index 08776f3..3347888 100644 (file)
@@ -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,   "" }
 };
 
index f1cf5ed..5282479 100644 (file)
@@ -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;