2015-06-26 16:44 GMT+02:00 Guenter Milde <mi...@users.sf.net>: > Dear LyX developers, > > trying the testfile for the comma-accent feature, I came across an > annoyance: > > With every compilation attempt, a pop up window tells me, that there > are unencodable characters in the preamble. > > However, the "offending" characters are in a comment: > > % Romanian letters Ș and Ț should be used with \textcommaaccent to > % distinguish from the corresponding letters with cedilla. > > so there is actually no problem and > > * I don't want to change the comment > * I want to use ASCII encoding (to test the "unicodesymbols"). > > Please don't check for unencodable characters in comments. >
It's still invalid encoding, since the output file contains invalid glyphs (no matter if this line is processed by LaTeX or not). Change the comment and use valid glyphs. Jürgen > > Günter > >