2
0
mirror of https://github.com/boostorg/locale.git synced 2026-01-19 04:22:08 +00:00
Files
locale/doc/using_boost_locale.txt
Alexander Grund 707f801c55 Remive vim markers
To be replaced by clang-format in the future.
2022-07-12 18:35:42 +02:00

32 lines
801 B
Plaintext

//
// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
/*!
\page using_boost_locale Using Boost.Locale
In this section we'll talk mostly about the ICU backend, as it is both the default and the most powerful
localization backend provided by this library. In later sections we will note the features that are
supported by other localization backends.
- \subpage locale_gen
- \subpage collation
- \subpage conversions
- \subpage formatting_and_parsing
- \subpage messages_formatting
- \subpage charset_handling
- \subpage boundary_analysys
- \subpage localized_text_formatting
- \subpage dates_times_timezones
- \subpage locale_information
- \subpage working_with_multiple_locales
*/
/*!
*/