1<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" 2 xml:id="std.localization" xreflabel="Localization"> 3<?dbhtml filename="localization.html"?> 4 5<info><title> 6 Localization 7 <indexterm><primary>Localization</primary></indexterm> 8</title> 9 <keywordset> 10 <keyword>ISO C++</keyword> 11 <keyword>library</keyword> 12 </keywordset> 13</info> 14 15 16 17<!-- Section 01 : Locale --> 18<section xml:id="std.localization.locales" xreflabel="Locales"><info><title>Locales</title></info> 19<?dbhtml filename="locales.html"?> 20 21 22 <!-- Section 01 : locale --> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="locale.xml"> 24 </xi:include> 25</section> 26 27<!-- Section 02 : Facet --> 28<section xml:id="std.localization.facet" xreflabel="Facets"><info><title>Facets</title></info> 29<?dbhtml filename="facets.html"?> 30 31 32 <!-- Section 01 : ctype --> 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="ctype.xml"> 34 </xi:include> 35 36 <!-- Section 02 : codecvt --> 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="codecvt.xml"> 38 </xi:include> 39 40 <!-- Section 03 : messages --> 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="messages.xml"> 42 </xi:include> 43</section> 44 45<!-- Section 03 : Interacting with C --> 46 47</chapter> 48