using_boost_locale.txt 1016 B

12345678910111213141516171819202122232425262728293031323334353637
  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. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
  9. /*!
  10. \page using_boost_locale Using Boost.Locale
  11. In this section we'll talk mostly about the ICU backend, as it is both the default and the most powerful
  12. localization backend provided by this library. In later sections we will note the features that are
  13. supported by other localization backends.
  14. - \subpage locale_gen
  15. - \subpage collation
  16. - \subpage conversions
  17. - \subpage formatting_and_parsing
  18. - \subpage messages_formatting
  19. - \subpage charset_handling
  20. - \subpage boundary_analysys
  21. - \subpage localized_text_formatting
  22. - \subpage dates_times_timezones
  23. - \subpage locale_information
  24. - \subpage working_with_multiple_locales
  25. */
  26. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
  27. /*!
  28. */