fonts - Fontconfig error: line 126: junk after document element - Ask Ubuntu
when give command gedit test13.c, i'm getting kind of error opening file. if try file name command gedit test12.c there no error.
ubuntu@ubuntu-optiplex-360:~/naresh/desktop$ gedit test13.c fontconfig warning: line 103: having multiple values in isn't supported , may not work expected fontconfig error: line 126: junk after document element fontconfig error: cannot load default config file
test13.c contains:
#include <stdio.h> void main() { printf("0x7a, 0"); //printf("\xe6\x91\x83\n"); }
actually think related font used when rendering file on machine, i.e. there font configuration file font bad syntax. there have been several bug reports issue in past; this 1 example. if have installed fonts manually, possible explanation.
in case: it's warning, , nothing worry about.
Comments
Post a Comment