From 57fac60bd6e1f48bc97b7bdaae95c60ee471e35d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 15 Aug 2005 21:22:16 +0000 Subject: Glagolitic shouldn't have Coptic as a sample language; it was used to 2005-08-15 Owen Taylor * pango/pango-script.c (pango_script_get_sample_language): Glagolitic shouldn't have Coptic as a sample language; it was used to write Old Church Slavonic. Tifinagh shouldn't have Berber as a sample language, since it isn't the *primary* script used to write Berber. --- pango/pango-script.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pango/pango-script.c') diff --git a/pango/pango-script.c b/pango/pango-script.c index 0fbc3462..9113d799 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -538,8 +538,11 @@ pango_script_get_sample_language (PangoScript script) "", /* PANGO_SCRIPT_NEW_TAI_LUE */ "bug", /* PANGO_SCRIPT_BUGINESE */ - "cop", /* PANGO_SCRIPT_GLAGOLITIC */ - "ber", /* PANGO_SCRIPT_TIFINAGH */ + /* The original script for Old Church Slavonic (chu), later + * written with Cyrillic */ + "", /* PANGO_SCRIPT_GLAGOLITIC */ + /* Used for for Berber (ber), but Arabic script is more common */ + "", /* PANGO_SCRIPT_TIFINAGH */ /* Syloti Nagri is used for Sylheti, no ISO 639 code */ "", /* PANGO_SCRIPT_SYLOTI_NAGRI */ "peo", /* PANGO_SCRIPT_OLD_PERSIAN */ -- cgit v1.2.1