1<?xml version='1.0'?> 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 4[ ]> 5 6<chapter id="std.localization" xreflabel="Localization"> 7<?dbhtml filename="localization.html"?> 8 9<chapterinfo> 10 <keywordset> 11 <keyword> 12 ISO C++ 13 </keyword> 14 <keyword> 15 library 16 </keyword> 17 </keywordset> 18</chapterinfo> 19 20<title> 21 Localization 22 <indexterm><primary>Localization</primary></indexterm> 23</title> 24 25<!-- Section 01 : Locale --> 26<section id="std.localization.locales" xreflabel="Locales"> 27<?dbhtml filename="locales.html"?> 28 <title>Locales</title> 29 30 <!-- Section 01 : locale --> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 parse="xml" href="locale.xml"> 33 </xi:include> 34</section> 35 36<!-- Section 02 : Facet --> 37<section id="std.localization.facet" xreflabel="Facets"> 38<?dbhtml filename="facets.html"?> 39 <title>Facets</title> 40 41 <!-- Section 01 : ctype --> 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 parse="xml" href="ctype.xml"> 44 </xi:include> 45 46 <!-- Section 02 : codecvt --> 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 parse="xml" href="codecvt.xml"> 49 </xi:include> 50 51 <!-- Section 03 : messages --> 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 parse="xml" href="messages.xml"> 54 </xi:include> 55</section> 56 57<!-- Section 03 : Interacting with C --> 58 59</chapter> 60