From 8bc32a37d3337a6862dc3773ddbd88e1c9ac9c89 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 14 Dec 2004 16:23:24 +0000 Subject: [PATCH] *** empty log message *** --- scm/output-gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 30c1767c93..387f68337a 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -160,7 +160,8 @@ lilypond -fgnome input/simple-song.ly (list (+ #xe0 x) (+ #x80 (quotient y #x40)) (+ #x80 (modulo y #x40)))))) - (else FIXME))) + (else (begin (stderr "programming-error: utf-8 too big:~x\n" i) + (list (integer->char 32)))))) (define (integer->utf8-string font integer) (list->string (utf8 integer))) -- 2.39.5