68 lines
4.5 KiB
JavaScript
68 lines
4.5 KiB
JavaScript
var using_boost_locale =
|
|
[
|
|
[ "Locale Generation", "locale_gen.html", [
|
|
[ "Basics", "locale_gen.html#locale_gen_basics", null ],
|
|
[ "Variant", "locale_gen.html#locale_gen_variant", [
|
|
[ "Non ICU Backends", "locale_gen.html#locale_gen_variant_non_icu", null ],
|
|
[ "ICU Backend", "locale_gen.html#locale_gen_variant_icu", null ]
|
|
] ]
|
|
] ],
|
|
[ "Collation", "collation.html", null ],
|
|
[ "Text Conversions", "conversions.html", [
|
|
[ "Case Handing", "conversions.html#conversions_case", null ],
|
|
[ "Unicode Normalization", "conversions.html#conversions_normalization", null ],
|
|
[ "Notes", "conversions.html#conversions_notes", null ]
|
|
] ],
|
|
[ "Numbers, Time and Currency formatting and parsing", "formatting_and_parsing.html", [
|
|
[ "Numbers and number manipulators", "formatting_and_parsing.html#numbers_formatting", null ],
|
|
[ "Currency formatting", "formatting_and_parsing.html#currency_formatting", null ],
|
|
[ "Date and Time formatting", "formatting_and_parsing.html#date_and_time_formatting", null ],
|
|
[ "Internals", "formatting_and_parsing.html#formatting_internals", null ]
|
|
] ],
|
|
[ "Messages Formatting (Translation)", "messages_formatting.html", [
|
|
[ "Introduction", "messages_formatting.html#messages_formatting_into", null ],
|
|
[ "Loading dictionaries", "messages_formatting.html#msg_loading_dictionaries", null ],
|
|
[ "Message Translation", "messages_formatting.html#message_translation", [
|
|
[ "Indirect Message Translation", "messages_formatting.html#indirect_message_translation", null ],
|
|
[ "Plural Forms", "messages_formatting.html#plural_forms", null ],
|
|
[ "Adding Context Information", "messages_formatting.html#adding_context_information", null ],
|
|
[ "Working with multiple messages domains", "messages_formatting.html#multiple_gettext_domain", null ],
|
|
[ "Direct translation (Convenience Interface)", "messages_formatting.html#direct_message_translation", null ]
|
|
] ],
|
|
[ "Extracting messages from the source code", "messages_formatting.html#extracting_messages_from_code", [
|
|
[ "Custom Filesystem Support", "messages_formatting.html#custom_file_system_support", null ]
|
|
] ],
|
|
[ "Non US-ASCII Keys", "messages_formatting.html#msg_non_ascii_keys", [
|
|
[ "Questions and Answers", "messages_formatting.html#msg_qna", null ]
|
|
] ]
|
|
] ],
|
|
[ "Character Set Conversions", "charset_handling.html", [
|
|
[ "Convenience Interface", "charset_handling.html#codecvt", null ],
|
|
[ "std::codecvt facet", "charset_handling.html#codecvt_codecvt", null ],
|
|
[ "Integration with Boost.Iostreams", "charset_handling.html#codecvt_iostreams_integration", null ],
|
|
[ "Limitations of std::codecvt", "charset_handling.html#codecvt_limitations", null ]
|
|
] ],
|
|
[ "Boundary analysis", "boundary_analysys.html", [
|
|
[ "Basics", "boundary_analysys.html#boundary_analysys_basics", null ],
|
|
[ "Iterating Over Segments", "boundary_analysys.html#boundary_analysys_segments", null ],
|
|
[ "Basic Iteration", "boundary_analysys.html#boundary_analysys_segments_basics", null ],
|
|
[ "Using Rules", "boundary_analysys.html#boundary_analysys_segments_rules", [
|
|
[ "Locating Segments", "boundary_analysys.html#boundary_analysys_segments_search", null ]
|
|
] ],
|
|
[ "Iterating Over Boundary Points", "boundary_analysys.html#boundary_analysys_break", null ],
|
|
[ "Basic Iteration", "boundary_analysys.html#boundary_analysys_break_basics", null ],
|
|
[ "Using Rules", "boundary_analysys.html#boundary_analysys_break_rules", [
|
|
[ "Locating Boundary Points", "boundary_analysys.html#boundary_analysys_break_search", null ]
|
|
] ]
|
|
] ],
|
|
[ "Localized Text Formatting", "localized_text_formatting.html", null ],
|
|
[ "Working with dates, times, timezones and calendars.", "dates_times_timezones.html", [
|
|
[ "Introduction", "dates_times_timezones.html#dates_times_timezones_intro", null ],
|
|
[ "Handling Dates and Time", "dates_times_timezones.html#dates_times_timezones_dt", null ],
|
|
[ "Time Zone", "dates_times_timezones.html#dates_times_timezones_tz", null ],
|
|
[ "I/O Operations on date_time objects", "dates_times_timezones.html#dates_times_timezones_io", null ],
|
|
[ "Questions and Answers", "dates_times_timezones.html#dates_times_timezones_qna", null ]
|
|
] ],
|
|
[ "Getting information about the current locale", "locale_information.html", null ],
|
|
[ "Working with multiple locales", "working_with_multiple_locales.html", null ]
|
|
]; |