Index: rotated.c =================================================================== RCS file: /repository/gd/gd-pango/examples/rotated.c,v retrieving revision 1.1 diff -u -r1.1 rotated.c --- rotated.c 29 Dec 2006 14:52:38 -0000 1.1 +++ rotated.c 24 Apr 2008 05:18:10 -0000 @@ -68,7 +68,8 @@ text = readFile("english.txt"); */ - text = readFile("english.txt"); +/* text = readFile("english.txt"); */ + text = readFile("japanese.txt"); context = gdPangoCreateContext(); Index: simple.c =================================================================== RCS file: /repository/gd/gd-pango/examples/simple.c,v retrieving revision 1.1 diff -u -r1.1 simple.c --- simple.c 22 Dec 2006 23:50:39 -0000 1.1 +++ simple.c 24 Apr 2008 05:18:10 -0000 @@ -66,7 +66,8 @@ text = readFile("english.txt"); */ - text = readFile("arabic.txt"); +/* text = readFile("arabic.txt"); */ + text = readFile("japanese.txt"); context = gdPangoCreateContext();