summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 4435f393..f1cf5ed6 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -108,7 +108,7 @@ pango_script_for_unichar_bsearch (gunichar ch)
}
while (lower <= upper);
- return PANGO_SCRIPT_COMMON;
+ return PANGO_SCRIPT_UNKNOWN;
}
/**
@@ -578,7 +578,14 @@ pango_script_get_sample_language (PangoScript script)
/* Syloti Nagri is used for Sylheti, no ISO 639 code */
"", /* PANGO_SCRIPT_SYLOTI_NAGRI */
"peo", /* PANGO_SCRIPT_OLD_PERSIAN */
- "", /* PANGO_SCRIPT_KHAROSHTHI */
+ "", /* PANGO_SCRIPT_KHAROSHTHI */
+
+ "", /* PANGO_SCRIPT_UNKNOWN */
+ "", /* PANGO_SCRIPT_BALINESE */
+ "", /* PANGO_SCRIPT_CUNEIFORM */
+ "", /* PANGO_SCRIPT_PHOENICIAN */
+ "", /* PANGO_SCRIPT_PHAGS_PA */
+ "" /* PANGO_SCRIPT_NKO */
};
const char *sample_language;