Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_fonts.aug
1 (*
2 Module: Test_Fonts
3   Provides unit tests and examples for the <Fonts> lens.
4 *)
5
6 module Test_Fonts =
7
8 (* Variable: conf *)
9 let conf = "<?xml version=\"1.0\"?>
10 <!DOCTYPE fontconfig SYSTEM \"fonts.dtd\">
11 <!-- /etc/fonts/fonts.conf file to configure system font access -->
12 <fontconfig>
13
14 <!--
15         DO NOT EDIT THIS FILE.
16         IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
17         LOCAL CHANGES BELONG IN 'local.conf'.
18
19         The intent of this standard configuration file is to be adequate for
20         most environments.  If you have a reasonably normal environment and
21         have found problems with this configuration, they are probably
22         things that others will also want fixed.  Please submit any
23         problems to the fontconfig bugzilla system located at fontconfig.org
24
25         Note that the normal 'make install' procedure for fontconfig is to
26         replace any existing fonts.conf file with the new version.  Place
27         any local customizations in local.conf which this file references.
28
29         Keith Packard
30 -->
31
32 <!-- Font directory list -->
33
34         <dir>/usr/share/fonts</dir>
35         <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/usr/local/share/fonts</dir>
36         <dir>~/.fonts</dir>
37
38 <!--
39   Accept deprecated 'mono' alias, replacing it with 'monospace'
40 -->
41         <match target=\"pattern\">
42                 <test qual=\"any\" name=\"family\">
43                         <string>mono</string>
44                 </test>
45                 <edit name=\"family\" mode=\"assign\">
46                         <string>monospace</string>
47                 </edit>
48         </match>
49
50 <!--
51   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
52 -->
53         <match target=\"pattern\">
54                 <test qual=\"any\" name=\"family\">
55                         <string>sans serif</string>
56                 </test>
57                 <edit name=\"family\" mode=\"assign\">
58                         <string>sans-serif</string>
59                 </edit>
60         </match>
61
62 <!--
63   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
64 -->
65         <match target=\"pattern\">
66                 <test qual=\"any\" name=\"family\">
67                         <string>sans</string>
68                 </test>
69                 <edit name=\"family\" mode=\"assign\">
70                         <string>sans-serif</string>
71                 </edit>
72         </match>
73
74 <!--
75   Load local system customization file
76 -->
77         <include ignore_missing=\"yes\">conf.d</include>
78
79 <!-- Font cache directory list -->
80
81         <cachedir>/var/cache/fontconfig</cachedir>
82         <cachedir>~/.fontconfig</cachedir>
83
84         <config>
85 <!--
86   These are the default Unicode chars that are expected to be blank
87   in fonts.  All other blank chars are assumed to be broken and
88   won't appear in the resulting charsets
89  -->
90                 <blank>
91                         <int>0x0020</int>       <!-- SPACE -->
92                         <int>0x00A0</int>       <!-- NO-BREAK SPACE -->
93                         <int>0x00AD</int>       <!-- SOFT HYPHEN -->
94                         <int>0x034F</int>       <!-- COMBINING GRAPHEME JOINER -->
95                         <int>0x0600</int>       <!-- ARABIC NUMBER SIGN -->
96                         <int>0x0601</int>       <!-- ARABIC SIGN SANAH -->
97                         <int>0x0602</int>       <!-- ARABIC FOOTNOTE MARKER -->
98                         <int>0x0603</int>       <!-- ARABIC SIGN SAFHA -->
99                         <int>0x06DD</int>       <!-- ARABIC END OF AYAH -->
100                         <int>0x070F</int>       <!-- SYRIAC ABBREVIATION MARK -->
101                         <int>0x115F</int>       <!-- HANGUL CHOSEONG FILLER -->
102                         <int>0x1160</int>       <!-- HANGUL JUNGSEONG FILLER -->
103                         <int>0x1680</int>       <!-- OGHAM SPACE MARK -->
104                         <int>0x17B4</int>       <!-- KHMER VOWEL INHERENT AQ -->
105                         <int>0x17B5</int>       <!-- KHMER VOWEL INHERENT AA -->
106                         <int>0x180E</int>       <!-- MONGOLIAN VOWEL SEPARATOR -->
107                         <int>0x2000</int>       <!-- EN QUAD -->
108                         <int>0x2001</int>       <!-- EM QUAD -->
109                         <int>0x2002</int>       <!-- EN SPACE -->
110                         <int>0x2003</int>       <!-- EM SPACE -->
111                         <int>0x2004</int>       <!-- THREE-PER-EM SPACE -->
112                         <int>0x2005</int>       <!-- FOUR-PER-EM SPACE -->
113                         <int>0x2006</int>       <!-- SIX-PER-EM SPACE -->
114                         <int>0x2007</int>       <!-- FIGURE SPACE -->
115                         <int>0x2008</int>       <!-- PUNCTUATION SPACE -->
116                         <int>0x2009</int>       <!-- THIN SPACE -->
117                         <int>0x200A</int>       <!-- HAIR SPACE -->
118                         <int>0x200B</int>       <!-- ZERO WIDTH SPACE -->
119                         <int>0x200C</int>       <!-- ZERO WIDTH NON-JOINER -->
120                         <int>0x200D</int>       <!-- ZERO WIDTH JOINER -->
121                         <int>0x200E</int>       <!-- LEFT-TO-RIGHT MARK -->
122                         <int>0x200F</int>       <!-- RIGHT-TO-LEFT MARK -->
123                         <int>0x2028</int>       <!-- LINE SEPARATOR -->
124                         <int>0x2029</int>       <!-- PARAGRAPH SEPARATOR -->
125                         <int>0x202A</int>       <!-- LEFT-TO-RIGHT EMBEDDING -->
126                         <int>0x202B</int>       <!-- RIGHT-TO-LEFT EMBEDDING -->
127                         <int>0x202C</int>       <!-- POP DIRECTIONAL FORMATTING -->
128                         <int>0x202D</int>       <!-- LEFT-TO-RIGHT OVERRIDE -->
129                         <int>0x202E</int>       <!-- RIGHT-TO-LEFT OVERRIDE -->
130                         <int>0x202F</int>       <!-- NARROW NO-BREAK SPACE -->
131                         <int>0x205F</int>       <!-- MEDIUM MATHEMATICAL SPACE -->
132                         <int>0x2060</int>       <!-- WORD JOINER -->
133                         <int>0x2061</int>       <!-- FUNCTION APPLICATION -->
134                         <int>0x2062</int>       <!-- INVISIBLE TIMES -->
135                         <int>0x2063</int>       <!-- INVISIBLE SEPARATOR -->
136                         <int>0x206A</int>       <!-- INHIBIT SYMMETRIC SWAPPING -->
137                         <int>0x206B</int>       <!-- ACTIVATE SYMMETRIC SWAPPING -->
138                         <int>0x206C</int>       <!-- INHIBIT ARABIC FORM SHAPING -->
139                         <int>0x206D</int>       <!-- ACTIVATE ARABIC FORM SHAPING -->
140                         <int>0x206E</int>       <!-- NATIONAL DIGIT SHAPES -->
141                         <int>0x206F</int>       <!-- NOMINAL DIGIT SHAPES -->
142                         <int>0x2800</int>       <!-- BRAILLE PATTERN BLANK -->
143                         <int>0x3000</int>       <!-- IDEOGRAPHIC SPACE -->
144                         <int>0x3164</int>       <!-- HANGUL FILLER -->
145                         <int>0xFEFF</int>       <!-- ZERO WIDTH NO-BREAK SPACE -->
146                         <int>0xFFA0</int>       <!-- HALFWIDTH HANGUL FILLER -->
147                         <int>0xFFF9</int>       <!-- INTERLINEAR ANNOTATION ANCHOR -->
148                         <int>0xFFFA</int>       <!-- INTERLINEAR ANNOTATION SEPARATOR -->
149                         <int>0xFFFB</int>       <!-- INTERLINEAR ANNOTATION TERMINATOR -->
150                 </blank>
151 <!--
152   Rescan configuration every 30 seconds when FcFontSetList is called
153  -->
154                 <rescan>
155                         <int>30</int>
156                 </rescan>
157         </config>
158
159 </fontconfig>
160 "
161
162 (* Test: Fonts.lns *)
163 test Fonts.lns get conf =
164   { "#declaration"
165     { "#attribute"
166       { "version" = "1.0" }
167     }
168   }
169   { "!DOCTYPE" = "fontconfig"
170     { "SYSTEM" = "fonts.dtd" }
171   }
172   { "#comment" = " /etc/fonts/fonts.conf file to configure system font access " }
173   { "fontconfig"
174     { "#text" = "
175
176 " }
177     { "#comment" = "
178         DO NOT EDIT THIS FILE.
179         IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
180         LOCAL CHANGES BELONG IN 'local.conf'.
181
182         The intent of this standard configuration file is to be adequate for
183         most environments.  If you have a reasonably normal environment and
184         have found problems with this configuration, they are probably
185         things that others will also want fixed.  Please submit any
186         problems to the fontconfig bugzilla system located at fontconfig.org
187
188         Note that the normal 'make install' procedure for fontconfig is to
189         replace any existing fonts.conf file with the new version.  Place
190         any local customizations in local.conf which this file references.
191
192         Keith Packard
193 " }
194     { "#text" = "
195
196 " }
197     { "#comment" = " Font directory list " }
198     { "#text" = "
199
200         " }
201     { "dir"
202       { "#text" = "/usr/share/fonts" }
203     }
204     { "#text" = "       " }
205     { "dir"
206       { "#text" = "/usr/X11R6/lib/X11/fonts" }
207     }
208     { "#text" = " " }
209     { "dir"
210       { "#text" = "/usr/local/share/fonts" }
211     }
212     { "#text" = "       " }
213     { "dir"
214       { "#text" = "~/.fonts" }
215     }
216     { "#text" = "
217 " }
218     { "#comment" = "
219   Accept deprecated 'mono' alias, replacing it with 'monospace'
220 " }
221     { "#text" = "
222         " }
223     { "match"
224       { "#attribute"
225         { "target" = "pattern" }
226       }
227       { "#text" = "
228                 " }
229       { "test"
230         { "#attribute"
231           { "qual" = "any" }
232           { "name" = "family" }
233         }
234         { "#text" = "
235                         " }
236         { "string"
237           { "#text" = "mono" }
238         }
239         { "#text" = "           " }
240       }
241       { "#text" = "             " }
242       { "edit"
243         { "#attribute"
244           { "name" = "family" }
245           { "mode" = "assign" }
246         }
247         { "#text" = "
248                         " }
249         { "string"
250           { "#text" = "monospace" }
251         }
252         { "#text" = "           " }
253       }
254       { "#text" = "     " }
255     }
256     { "#text" = "
257 " }
258     { "#comment" = "
259   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
260 " }
261     { "#text" = "
262         " }
263     { "match"
264       { "#attribute"
265         { "target" = "pattern" }
266       }
267       { "#text" = "
268                 " }
269       { "test"
270         { "#attribute"
271           { "qual" = "any" }
272           { "name" = "family" }
273         }
274         { "#text" = "
275                         " }
276         { "string"
277           { "#text" = "sans serif" }
278         }
279         { "#text" = "           " }
280       }
281       { "#text" = "             " }
282       { "edit"
283         { "#attribute"
284           { "name" = "family" }
285           { "mode" = "assign" }
286         }
287         { "#text" = "
288                         " }
289         { "string"
290           { "#text" = "sans-serif" }
291         }
292         { "#text" = "           " }
293       }
294       { "#text" = "     " }
295     }
296     { "#text" = "
297 " }
298     { "#comment" = "
299   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
300 " }
301     { "#text" = "
302         " }
303     { "match"
304       { "#attribute"
305         { "target" = "pattern" }
306       }
307       { "#text" = "
308                 " }
309       { "test"
310         { "#attribute"
311           { "qual" = "any" }
312           { "name" = "family" }
313         }
314         { "#text" = "
315                         " }
316         { "string"
317           { "#text" = "sans" }
318         }
319         { "#text" = "           " }
320       }
321       { "#text" = "             " }
322       { "edit"
323         { "#attribute"
324           { "name" = "family" }
325           { "mode" = "assign" }
326         }
327         { "#text" = "
328                         " }
329         { "string"
330           { "#text" = "sans-serif" }
331         }
332         { "#text" = "           " }
333       }
334       { "#text" = "     " }
335     }
336     { "#text" = "
337 " }
338     { "#comment" = "
339   Load local system customization file
340 " }
341     { "#text" = "
342         " }
343     { "include"
344       { "#attribute"
345         { "ignore_missing" = "yes" }
346       }
347       { "#text" = "conf.d" }
348     }
349     { "#text" = "
350 " }
351     { "#comment" = " Font cache directory list " }
352     { "#text" = "
353
354         " }
355     { "cachedir"
356       { "#text" = "/var/cache/fontconfig" }
357     }
358     { "#text" = "       " }
359     { "cachedir"
360       { "#text" = "~/.fontconfig" }
361     }
362     { "#text" = "
363         " }
364     { "config"
365       { "#text" = "
366 " }
367       { "#comment" = "
368   These are the default Unicode chars that are expected to be blank
369   in fonts.  All other blank chars are assumed to be broken and
370   won't appear in the resulting charsets
371  " }
372       { "#text" = "
373                 " }
374       { "blank"
375         { "#text" = "
376                         " }
377         { "int"
378           { "#text" = "0x0020" }
379         }
380         { "#text" = "   " }
381         { "#comment" = " SPACE " }
382         { "#text" = "
383                         " }
384         { "int"
385           { "#text" = "0x00A0" }
386         }
387         { "#text" = "   " }
388         { "#comment" = " NO-BREAK SPACE " }
389         { "#text" = "
390                         " }
391         { "int"
392           { "#text" = "0x00AD" }
393         }
394         { "#text" = "   " }
395         { "#comment" = " SOFT HYPHEN " }
396         { "#text" = "
397                         " }
398         { "int"
399           { "#text" = "0x034F" }
400         }
401         { "#text" = "   " }
402         { "#comment" = " COMBINING GRAPHEME JOINER " }
403         { "#text" = "
404                         " }
405         { "int"
406           { "#text" = "0x0600" }
407         }
408         { "#text" = "   " }
409         { "#comment" = " ARABIC NUMBER SIGN " }
410         { "#text" = "
411                         " }
412         { "int"
413           { "#text" = "0x0601" }
414         }
415         { "#text" = "   " }
416         { "#comment" = " ARABIC SIGN SANAH " }
417         { "#text" = "
418                         " }
419         { "int"
420           { "#text" = "0x0602" }
421         }
422         { "#text" = "   " }
423         { "#comment" = " ARABIC FOOTNOTE MARKER " }
424         { "#text" = "
425                         " }
426         { "int"
427           { "#text" = "0x0603" }
428         }
429         { "#text" = "   " }
430         { "#comment" = " ARABIC SIGN SAFHA " }
431         { "#text" = "
432                         " }
433         { "int"
434           { "#text" = "0x06DD" }
435         }
436         { "#text" = "   " }
437         { "#comment" = " ARABIC END OF AYAH " }
438         { "#text" = "
439                         " }
440         { "int"
441           { "#text" = "0x070F" }
442         }
443         { "#text" = "   " }
444         { "#comment" = " SYRIAC ABBREVIATION MARK " }
445         { "#text" = "
446                         " }
447         { "int"
448           { "#text" = "0x115F" }
449         }
450         { "#text" = "   " }
451         { "#comment" = " HANGUL CHOSEONG FILLER " }
452         { "#text" = "
453                         " }
454         { "int"
455           { "#text" = "0x1160" }
456         }
457         { "#text" = "   " }
458         { "#comment" = " HANGUL JUNGSEONG FILLER " }
459         { "#text" = "
460                         " }
461         { "int"
462           { "#text" = "0x1680" }
463         }
464         { "#text" = "   " }
465         { "#comment" = " OGHAM SPACE MARK " }
466         { "#text" = "
467                         " }
468         { "int"
469           { "#text" = "0x17B4" }
470         }
471         { "#text" = "   " }
472         { "#comment" = " KHMER VOWEL INHERENT AQ " }
473         { "#text" = "
474                         " }
475         { "int"
476           { "#text" = "0x17B5" }
477         }
478         { "#text" = "   " }
479         { "#comment" = " KHMER VOWEL INHERENT AA " }
480         { "#text" = "
481                         " }
482         { "int"
483           { "#text" = "0x180E" }
484         }
485         { "#text" = "   " }
486         { "#comment" = " MONGOLIAN VOWEL SEPARATOR " }
487         { "#text" = "
488                         " }
489         { "int"
490           { "#text" = "0x2000" }
491         }
492         { "#text" = "   " }
493         { "#comment" = " EN QUAD " }
494         { "#text" = "
495                         " }
496         { "int"
497           { "#text" = "0x2001" }
498         }
499         { "#text" = "   " }
500         { "#comment" = " EM QUAD " }
501         { "#text" = "
502                         " }
503         { "int"
504           { "#text" = "0x2002" }
505         }
506         { "#text" = "   " }
507         { "#comment" = " EN SPACE " }
508         { "#text" = "
509                         " }
510         { "int"
511           { "#text" = "0x2003" }
512         }
513         { "#text" = "   " }
514         { "#comment" = " EM SPACE " }
515         { "#text" = "
516                         " }
517         { "int"
518           { "#text" = "0x2004" }
519         }
520         { "#text" = "   " }
521         { "#comment" = " THREE-PER-EM SPACE " }
522         { "#text" = "
523                         " }
524         { "int"
525           { "#text" = "0x2005" }
526         }
527         { "#text" = "   " }
528         { "#comment" = " FOUR-PER-EM SPACE " }
529         { "#text" = "
530                         " }
531         { "int"
532           { "#text" = "0x2006" }
533         }
534         { "#text" = "   " }
535         { "#comment" = " SIX-PER-EM SPACE " }
536         { "#text" = "
537                         " }
538         { "int"
539           { "#text" = "0x2007" }
540         }
541         { "#text" = "   " }
542         { "#comment" = " FIGURE SPACE " }
543         { "#text" = "
544                         " }
545         { "int"
546           { "#text" = "0x2008" }
547         }
548         { "#text" = "   " }
549         { "#comment" = " PUNCTUATION SPACE " }
550         { "#text" = "
551                         " }
552         { "int"
553           { "#text" = "0x2009" }
554         }
555         { "#text" = "   " }
556         { "#comment" = " THIN SPACE " }
557         { "#text" = "
558                         " }
559         { "int"
560           { "#text" = "0x200A" }
561         }
562         { "#text" = "   " }
563         { "#comment" = " HAIR SPACE " }
564         { "#text" = "
565                         " }
566         { "int"
567           { "#text" = "0x200B" }
568         }
569         { "#text" = "   " }
570         { "#comment" = " ZERO WIDTH SPACE " }
571         { "#text" = "
572                         " }
573         { "int"
574           { "#text" = "0x200C" }
575         }
576         { "#text" = "   " }
577         { "#comment" = " ZERO WIDTH NON-JOINER " }
578         { "#text" = "
579                         " }
580         { "int"
581           { "#text" = "0x200D" }
582         }
583         { "#text" = "   " }
584         { "#comment" = " ZERO WIDTH JOINER " }
585         { "#text" = "
586                         " }
587         { "int"
588           { "#text" = "0x200E" }
589         }
590         { "#text" = "   " }
591         { "#comment" = " LEFT-TO-RIGHT MARK " }
592         { "#text" = "
593                         " }
594         { "int"
595           { "#text" = "0x200F" }
596         }
597         { "#text" = "   " }
598         { "#comment" = " RIGHT-TO-LEFT MARK " }
599         { "#text" = "
600                         " }
601         { "int"
602           { "#text" = "0x2028" }
603         }
604         { "#text" = "   " }
605         { "#comment" = " LINE SEPARATOR " }
606         { "#text" = "
607                         " }
608         { "int"
609           { "#text" = "0x2029" }
610         }
611         { "#text" = "   " }
612         { "#comment" = " PARAGRAPH SEPARATOR " }
613         { "#text" = "
614                         " }
615         { "int"
616           { "#text" = "0x202A" }
617         }
618         { "#text" = "   " }
619         { "#comment" = " LEFT-TO-RIGHT EMBEDDING " }
620         { "#text" = "
621                         " }
622         { "int"
623           { "#text" = "0x202B" }
624         }
625         { "#text" = "   " }
626         { "#comment" = " RIGHT-TO-LEFT EMBEDDING " }
627         { "#text" = "
628                         " }
629         { "int"
630           { "#text" = "0x202C" }
631         }
632         { "#text" = "   " }
633         { "#comment" = " POP DIRECTIONAL FORMATTING " }
634         { "#text" = "
635                         " }
636         { "int"
637           { "#text" = "0x202D" }
638         }
639         { "#text" = "   " }
640         { "#comment" = " LEFT-TO-RIGHT OVERRIDE " }
641         { "#text" = "
642                         " }
643         { "int"
644           { "#text" = "0x202E" }
645         }
646         { "#text" = "   " }
647         { "#comment" = " RIGHT-TO-LEFT OVERRIDE " }
648         { "#text" = "
649                         " }
650         { "int"
651           { "#text" = "0x202F" }
652         }
653         { "#text" = "   " }
654         { "#comment" = " NARROW NO-BREAK SPACE " }
655         { "#text" = "
656                         " }
657         { "int"
658           { "#text" = "0x205F" }
659         }
660         { "#text" = "   " }
661         { "#comment" = " MEDIUM MATHEMATICAL SPACE " }
662         { "#text" = "
663                         " }
664         { "int"
665           { "#text" = "0x2060" }
666         }
667         { "#text" = "   " }
668         { "#comment" = " WORD JOINER " }
669         { "#text" = "
670                         " }
671         { "int"
672           { "#text" = "0x2061" }
673         }
674         { "#text" = "   " }
675         { "#comment" = " FUNCTION APPLICATION " }
676         { "#text" = "
677                         " }
678         { "int"
679           { "#text" = "0x2062" }
680         }
681         { "#text" = "   " }
682         { "#comment" = " INVISIBLE TIMES " }
683         { "#text" = "
684                         " }
685         { "int"
686           { "#text" = "0x2063" }
687         }
688         { "#text" = "   " }
689         { "#comment" = " INVISIBLE SEPARATOR " }
690         { "#text" = "
691                         " }
692         { "int"
693           { "#text" = "0x206A" }
694         }
695         { "#text" = "   " }
696         { "#comment" = " INHIBIT SYMMETRIC SWAPPING " }
697         { "#text" = "
698                         " }
699         { "int"
700           { "#text" = "0x206B" }
701         }
702         { "#text" = "   " }
703         { "#comment" = " ACTIVATE SYMMETRIC SWAPPING " }
704         { "#text" = "
705                         " }
706         { "int"
707           { "#text" = "0x206C" }
708         }
709         { "#text" = "   " }
710         { "#comment" = " INHIBIT ARABIC FORM SHAPING " }
711         { "#text" = "
712                         " }
713         { "int"
714           { "#text" = "0x206D" }
715         }
716         { "#text" = "   " }
717         { "#comment" = " ACTIVATE ARABIC FORM SHAPING " }
718         { "#text" = "
719                         " }
720         { "int"
721           { "#text" = "0x206E" }
722         }
723         { "#text" = "   " }
724         { "#comment" = " NATIONAL DIGIT SHAPES " }
725         { "#text" = "
726                         " }
727         { "int"
728           { "#text" = "0x206F" }
729         }
730         { "#text" = "   " }
731         { "#comment" = " NOMINAL DIGIT SHAPES " }
732         { "#text" = "
733                         " }
734         { "int"
735           { "#text" = "0x2800" }
736         }
737         { "#text" = "   " }
738         { "#comment" = " BRAILLE PATTERN BLANK " }
739         { "#text" = "
740                         " }
741         { "int"
742           { "#text" = "0x3000" }
743         }
744         { "#text" = "   " }
745         { "#comment" = " IDEOGRAPHIC SPACE " }
746         { "#text" = "
747                         " }
748         { "int"
749           { "#text" = "0x3164" }
750         }
751         { "#text" = "   " }
752         { "#comment" = " HANGUL FILLER " }
753         { "#text" = "
754                         " }
755         { "int"
756           { "#text" = "0xFEFF" }
757         }
758         { "#text" = "   " }
759         { "#comment" = " ZERO WIDTH NO-BREAK SPACE " }
760         { "#text" = "
761                         " }
762         { "int"
763           { "#text" = "0xFFA0" }
764         }
765         { "#text" = "   " }
766         { "#comment" = " HALFWIDTH HANGUL FILLER " }
767         { "#text" = "
768                         " }
769         { "int"
770           { "#text" = "0xFFF9" }
771         }
772         { "#text" = "   " }
773         { "#comment" = " INTERLINEAR ANNOTATION ANCHOR " }
774         { "#text" = "
775                         " }
776         { "int"
777           { "#text" = "0xFFFA" }
778         }
779         { "#text" = "   " }
780         { "#comment" = " INTERLINEAR ANNOTATION SEPARATOR " }
781         { "#text" = "
782                         " }
783         { "int"
784           { "#text" = "0xFFFB" }
785         }
786         { "#text" = "   " }
787         { "#comment" = " INTERLINEAR ANNOTATION TERMINATOR " }
788         { "#text" = "
789                 " }
790       }
791       { "#comment" = "
792   Rescan configuration every 30 seconds when FcFontSetList is called
793  " }
794       { "#text" = "
795                 " }
796       { "rescan"
797         { "#text" = "
798                         " }
799         { "int"
800           { "#text" = "30" }
801         }
802         { "#text" = "           " }
803       }
804       { "#text" = "     " }
805     }
806     { "#text" = "
807 " }
808   }
809