summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-05-27 16:22:32 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-05-27 16:22:32 +0000
commit39d26cfa43cb47aaf478a180b53b2fbb52620534 (patch)
tree5c38c339605d6facefb82cb1f43afdabb9529040 /modules
parent0a0e6dfabc1532f03d68c1f154956a501a3aa31d (diff)
downloadpango-39d26cfa43cb47aaf478a180b53b2fbb52620534.tar.gz
Claim to handle everything as a fallback (#106354, Simon Budig)
Tue May 27 12:19:53 2003 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-ft2.c: Claim to handle everything as a fallback (#106354, Simon Budig) * examples/pangoft2topgm.c (main): Add code to check for "./pangorc" so that it works uninstalled.
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/basic-ft2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/basic/basic-ft2.c b/modules/basic/basic-ft2.c
index e1f65a42..09971053 100644
--- a/modules/basic/basic-ft2.c
+++ b/modules/basic/basic-ft2.c
@@ -98,9 +98,12 @@ static PangoEngineRange basic_ranges[] = {
*/
/* Halfwidth and Fullwidth Forms (partly) */
- { 0xff00, 0xffe3, "*" }
+ { 0xff00, 0xffe3, "*" },
/* Not covered: Halfwidth and Fullwidth Forms, Specials */
+
+ /* Claim to handle everything as a fallback */
+ { 0x0000, 0xffff, "" }
};
static PangoEngineInfo script_engines[] = {