locale/doc/html/modules.js
2015-10-18 17:31:48 +03:00

45 lines
2.9 KiB
JavaScript

var modules =
[
[ "What is Boost.Locale?", "index.html#main_intro", null ],
[ "Tutorials", "index.html#main_tutorial", null ],
[ "Introduction to C++ Standard Library localization support", "std_locales.html", [
[ "Getting familiar with standard C++ Locales", "std_locales.html#std_locales_basics", null ],
[ "Common Critical Problems with the Standard Library", "std_locales.html#std_locales_common", null ]
] ],
[ "Using Boost.Locale", "using_boost_locale.html", "using_boost_locale" ],
[ "Using Localization Backends", "using_localization_backends.html", [
[ "When to use non-ICU backends", "using_localization_backends.html#when_to_use_non_icu_backends", null ],
[ "Non-ICU Backends", "using_localization_backends.html#non_icu_backends", [
[ "std - The standard C++ library backend", "using_localization_backends.html#std_backend", null ],
[ "posix - POSIX 2008 C library", "using_localization_backends.html#posix_backend", null ],
[ "winapi - Win32 API.", "using_localization_backends.html#winapi_backend", null ]
] ],
[ "Supported Features", "using_localization_backends.html#supported_features_by_backends", null ]
] ],
[ "Recommendations and Myths", "recommendations_and_myths.html", [
[ "Recommendations", "recommendations_and_myths.html#recommendations", null ],
[ "Myths", "recommendations_and_myths.html#myths", [
[ "To use Unicode in my application I should use wide strings everywhere.", "recommendations_and_myths.html#myths_wide", null ],
[ "UTF-16 is the best encoding to work with.", "recommendations_and_myths.html#myths_utf16", null ]
] ]
] ],
[ "Building The library", "building_boost_locale.html", [
[ "Building Boost.Locale", "building_boost_locale.html#building_boost_locale_bb", [
[ "Dependencies", "building_boost_locale.html#bb_building_deps", null ],
[ "Platform Notes", "building_boost_locale.html#bb_platform_opts", null ],
[ "Building Process", "building_boost_locale.html#bb_building_proc", null ]
] ],
[ "Build Options", "building_boost_locale.html#bb_build_opts", null ],
[ "Running Unit Tests", "building_boost_locale.html#bb_build_test", null ],
[ "Binary Compatibility", "building_boost_locale.html#binary_compatibility", null ]
] ],
[ "Appendix", "appendix.html", "appendix" ],
[ "Changelog", "changelog.html", null ],
[ "Collation", "group__collation.html", "group__collation" ],
[ "Text Conversions", "group__convert.html", "group__convert" ],
[ "Date, Time, Timezone and Calendar manipulations", "group__date__time.html", "group__date__time" ],
[ "Character conversion functions", "group__codepage.html", "group__codepage" ],
[ "Format", "group__format.html", "group__format" ],
[ "Message Formatting (translation)", "group__message.html", "group__message" ],
[ "Boundary Analysis", "group__boundary.html", "group__boundary" ]
];