]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/locale/doc/using_boost_locale.txt
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / locale / doc / using_boost_locale.txt
1 //
2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8
9 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
10 /*!
11 \page using_boost_locale Using Boost.Locale
12
13 In this section we'll talk mostly about the ICU backend, as it is both the default and the most powerful
14 localization backend provided by this library. In later sections we will note the features that are
15 supported by other localization backends.
16
17
18 - \subpage locale_gen
19 - \subpage collation
20 - \subpage conversions
21 - \subpage formatting_and_parsing
22 - \subpage messages_formatting
23 - \subpage charset_handling
24 - \subpage boundary_analysys
25 - \subpage localized_text_formatting
26 - \subpage dates_times_timezones
27 - \subpage locale_information
28 - \subpage working_with_multiple_locales
29
30 */
31
32 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
33 /*!
34
35 */
36
37