Around 0 o'clock on Oct 21, Arkadiusz Mucha wrote: > While loading kcontrol I kept getting an error from fontconfig saying that it > couldn't load the default configuration file. It complained that line 17 > contained an invalid token. It's the line that begins with > > <!-- Font directory list configured on (date in Polish, containig some > diacritics)
fonts.conf must be in UTF-8 encoding or it will fail to load. 8-bit Latin-1 will generate errors in the UTF-8 parser, and on reflection it makes sense that this will happen even inside comments as the UTF-8 parser would have a hard time finding the end of the comment if the characters within were ill-formed. Keith Packard XFree86 Core Team HP Cambridge Research Lab _______________________________________________ Fonts mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/fonts
