summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-07-09 23:22:11 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-07-09 23:22:11 +0000
commit3c96ba145a91234ed527de0ff5a61e821b32c1f7 (patch)
tree9ce73ff202cd6bcd30f0001f127b5094ea128cd6
parentcaf14c3a686e8502ff32ecc88b614d30c1ab36f1 (diff)
downloadpango-3c96ba145a91234ed527de0ff5a61e821b32c1f7.tar.gz
Remove list of supported scripts. Supporting all is what we really want
2007-07-10 Behdad Esfahbod <behdad@gnome.org> * modules/basic/basic-atsui.c: Remove list of supported scripts. Supporting all is what we really want and that's already there. svn path=/trunk/; revision=2371
-rw-r--r--ChangeLog5
-rw-r--r--modules/basic/basic-atsui.c27
2 files changed, 5 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index f2ae8f46..e81353bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-10 Behdad Esfahbod <behdad@gnome.org>
+
+ * modules/basic/basic-atsui.c: Remove list of supported scripts.
+ Supporting all is what we really want and that's already there.
+
2007-07-05 Behdad Esfahbod <behdad@gnome.org>
* modules/basic/Makefile.am:
diff --git a/modules/basic/basic-atsui.c b/modules/basic/basic-atsui.c
index fc343be6..b175be3e 100644
--- a/modules/basic/basic-atsui.c
+++ b/modules/basic/basic-atsui.c
@@ -36,33 +36,6 @@ typedef PangoEngineShapeClass BasicEngineATSUIClass ;
#define RENDER_TYPE PANGO_RENDER_TYPE_ATSUI
static PangoEngineScriptInfo basic_scripts[] = {
- { PANGO_SCRIPT_ARMENIAN, "*" },
- { PANGO_SCRIPT_BOPOMOFO, "*" },
- { PANGO_SCRIPT_CHEROKEE, "*" },
- { PANGO_SCRIPT_COPTIC, "*" },
- { PANGO_SCRIPT_CYRILLIC, "*" },
- { PANGO_SCRIPT_DESERET, "*" },
- { PANGO_SCRIPT_ETHIOPIC, "*" },
- { PANGO_SCRIPT_GEORGIAN, "*" },
- { PANGO_SCRIPT_GOTHIC, "*" },
- { PANGO_SCRIPT_GREEK, "*" },
- { PANGO_SCRIPT_HAN, "*" },
- { PANGO_SCRIPT_HIRAGANA, "*" },
- { PANGO_SCRIPT_KATAKANA, "*" },
- { PANGO_SCRIPT_LATIN, "*" },
- { PANGO_SCRIPT_OGHAM, "*" },
- { PANGO_SCRIPT_OLD_ITALIC, "*" },
- { PANGO_SCRIPT_RUNIC, "*" },
- { PANGO_SCRIPT_CANADIAN_ABORIGINAL, "*" },
- { PANGO_SCRIPT_YI, "*" },
- { PANGO_SCRIPT_BRAILLE, "*" },
- { PANGO_SCRIPT_CYPRIOT, "*" },
- { PANGO_SCRIPT_LIMBU, "*" },
- { PANGO_SCRIPT_OSMANYA, "*" },
- { PANGO_SCRIPT_SHAVIAN, "*" },
- { PANGO_SCRIPT_LINEAR_B, "*" },
- { PANGO_SCRIPT_UGARITIC, "*" },
-
{ PANGO_SCRIPT_COMMON, "" }
};