On 18.09.2008, at 09:52, [EMAIL PROTECTED] wrote: > about fltk-2.0.x-r6190 > ====================== > > I typed an 'รน' character using an italian keyboard on Linux CentOs 5 > Os, into the fltk test editor (./test/editor), and after I replaced it > with a '\' as part of a Lilypond definition. When lilypond process > this file, a syntax error (hidden in the editor space) is found. This > is the lilypond output: > > ./lied.ly:39:53: error: unknown escaped string: `\fermata' > > when into the editor we can see this lilypond def. as follow: > > \fermata > > Copyng and paste into kwrite we can see the same def. as follow: > > \??fermata > > any idea?
Yes, that would be a problem with utf8 in Fl_Text_Editor. If you have the time, it would be great if you could file a bug report here: http://www.fltk.org/str.php ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

