appendix.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. var appendix =
  2. [
  3. [ "Table of Contents", "appendix.html#appendix_toc", null ],
  4. [ "Design Rationale", "rationale.html", [
  5. [ "Why is it needed?", "rationale.html#rationale_why", null ],
  6. [ "Why use an ICU wrapper instead of ICU?", "rationale.html#why_icu", null ],
  7. [ "Why an ICU wrapper and not an implementation-from-scratch?", "rationale.html#why_icu_wrapper", null ],
  8. [ "Why is the ICU API not exposed to the user?", "rationale.html#why_icu_api_is_hidden", null ],
  9. [ "Why use GNU Gettext catalogs for message formatting?", "rationale.html#why_gnu_gettext", null ],
  10. [ "Why is a plain number used for the representation of a date-time, instead of a Boost.DateTime date or Boost.DateTime ptime?", "rationale.html#why_plain_number", null ],
  11. [ "Why are POSIX locale names used and not something like the BCP-47 IETF language tag?", "rationale.html#why_posix_names", null ],
  12. [ "Why most parts of Boost.Locale work only on linear/contiguous chunks of text", "rationale.html#why_linear_chunks", null ],
  13. [ "Why all Boost.Locale implementation is hidden behind abstract interfaces and does not use template metaprogramming?", "rationale.html#why_abstract_api", null ],
  14. [ "Why Boost.Locale does not provide char16_t/char32_t for non-C++0x platforms.", "rationale.html#why_no_special_character_type", null ]
  15. ] ],
  16. [ "Frequently Asked Questions", "faq.html", null ],
  17. [ "Default Encoding under Microsoft Windows", "default_encoding_under_windows.html", null ],
  18. [ "Running Examples under Microsoft Windows", "running_examples_under_windows.html", null ],
  19. [ "Using Gettext Tools on Windows", "gettext_for_windows.html", [
  20. [ "Getting gettext utilities from CppCMS project", "gettext_for_windows.html#gettext_for_windows_cppcms", null ],
  21. [ "Getting Gettext via MinGW project", "gettext_for_windows.html#gettext_for_windows_mingw", null ],
  22. [ "Building latest version on your own.", "gettext_for_windows.html#gettext_for_windows_build", null ],
  23. [ "Using Cygwin", "gettext_for_windows.html#gettext_for_windows_cygwin", null ]
  24. ] ],
  25. [ "Glossary", "glossary.html", null ],
  26. [ "Tested Compilers and Platforms", "tested_compilers_and_paltforms.html", [
  27. [ "Known Issues", "tested_compilers_and_paltforms.html#tested_compilers_and_paltforms_issues", null ]
  28. ] ],
  29. [ "Status of C++11 char16_t/char32_t support", "status_of_cpp0x_characters_support.html", [
  30. [ "GNU GCC 4.5/C++11 Status", "status_of_cpp0x_characters_support.html#status_of_cpp0x_characters_support_gnu", null ],
  31. [ "Visual Studio 2010 (MSVC10)/C++11 Status", "status_of_cpp0x_characters_support.html#status_of_cpp0x_characters_support_msvc", null ]
  32. ] ],
  33. [ "Special Thanks", "special_thanks.html", null ]
  34. ];