From: Trevor Daniels Date: Sun, 2 Aug 2009 20:13:12 +0000 (+0100) Subject: Docs: LM 5.2.2 Add common error X-Git-Tag: release/2.13.4-1~210^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=729482f8cd31108983ce400dc176f83365b453ef;p=lilypond.git Docs: LM 5.2.2 Add common error - Error message FT_Get_Glyph_Name () error: invalid argument --- diff --git a/Documentation/learning/working.itely b/Documentation/learning/working.itely index a655ed8cf6..04a3711a1b 100644 --- a/Documentation/learning/working.itely +++ b/Documentation/learning/working.itely @@ -259,6 +259,7 @@ are easily handled. * An extra staff appears:: * Apparent error in ../ly/init.ly:: * Error message Unbound variable %:: +* Error message FT_Get_Glyph_Name:: @end menu @node Music runs off the page @@ -372,6 +373,13 @@ LilyPond comments begin with a percent sign, (@code{%}), and must not be used within Scheme routines. Scheme comments begin with a semi-colon, (@code{;}). +@node Error message FT_Get_Glyph_Name +@unnumberedsubsubsec Error message FT_Get_Glyph_Name + +This error messages appears in the console output or log file if +an input file contains a non-ASCII character and was not saved in +UTF-8 encoding. For details, see @ruser{Text encoding}. + @node Troubleshooting (taking it all apart) @subsection Troubleshooting (taking it all apart)