From 1e89ac6e7a231dfabc8916e1c38b4f32057bfc58 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 8 May 2009 17:27:56 +0000 Subject: We're not producing base encoding files, so don't use .NotDef svn path=/trunk/tools/ttf2f/; revision=7449 --- src/encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding.c b/src/encoding.c index 2d56fee..2b65da3 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -63,7 +63,7 @@ ttf2f_result encoding_write(const char *savein, const char *name, } else if (g->code != (unsigned int) -1) { fprintf(output, "/uni%4.4X\n", g->code); } else { - fprintf(output, "/.NotDef\n"); + fprintf(output, "/.notdef\n"); } } } -- cgit v1.2.3