summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-15 21:22:16 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-08-15 21:22:16 +0000
commit57fac60bd6e1f48bc97b7bdaae95c60ee471e35d (patch)
treed7ab37b132155c9fdb5d4bd6c9efbdd0296a3a13 /pango/pango-script.c
parentd95e7b978abe87c7f4b71a0689f0e0670a8ccb74 (diff)
downloadpango-57fac60bd6e1f48bc97b7bdaae95c60ee471e35d.tar.gz
Glagolitic shouldn't have Coptic as a sample language; it was used to
2005-08-15 Owen Taylor <otaylor@redhat.com> * 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.
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c7
1 files changed, 5 insertions, 2 deletions
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 */