Skip to content

Commit

Permalink
Update locale from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Jan 10, 2025
1 parent d6725d8 commit c251fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/locale
Submodule locale updated 84 files
+70 −70 CMakeLists.txt
+1 −1 build/Jamfile.v2
+0 −0 src/encoding/codepage.cpp
+0 −0 src/encoding/iconv_converter.hpp
+0 −0 src/encoding/uconv_converter.hpp
+0 −0 src/encoding/wconv_converter.hpp
+0 −0 src/icu/all_generator.hpp
+0 −0 src/icu/boundary.cpp
+0 −0 src/icu/cdata.hpp
+0 −0 src/icu/codecvt.cpp
+0 −0 src/icu/codecvt.hpp
+0 −0 src/icu/collator.cpp
+0 −0 src/icu/conversion.cpp
+0 −0 src/icu/date_time.cpp
+0 −0 src/icu/formatter.cpp
+0 −0 src/icu/formatter.hpp
+0 −0 src/icu/formatters_cache.cpp
+0 −0 src/icu/formatters_cache.hpp
+0 −0 src/icu/icu_backend.cpp
+0 −0 src/icu/icu_backend.hpp
+0 −0 src/icu/icu_util.hpp
+0 −0 src/icu/numeric.cpp
+0 −0 src/icu/time_zone.hpp
+0 −0 src/icu/uconv.hpp
+0 −0 src/posix/all_generator.hpp
+0 −0 src/posix/codecvt.cpp
+0 −0 src/posix/collate.cpp
+0 −0 src/posix/converter.cpp
+0 −0 src/posix/numeric.cpp
+0 −0 src/posix/posix_backend.cpp
+0 −0 src/posix/posix_backend.hpp
+0 −0 src/shared/date_time.cpp
+0 −0 src/shared/format.cpp
+0 −0 src/shared/formatting.cpp
+0 −0 src/shared/generator.cpp
+0 −0 src/shared/iconv_codecvt.cpp
+0 −0 src/shared/iconv_codecvt.hpp
+0 −0 src/shared/ids.cpp
+0 −0 src/shared/ios_prop.hpp
+0 −0 src/shared/localization_backend.cpp
+0 −0 src/shared/message.cpp
+0 −0 src/shared/message.hpp
+0 −0 src/shared/mo_hash.hpp
+0 −0 src/shared/mo_lambda.cpp
+0 −0 src/shared/mo_lambda.hpp
+0 −0 src/shared/std_collate_adapter.hpp
+0 −0 src/std/all_generator.hpp
+0 −0 src/std/codecvt.cpp
+0 −0 src/std/collate.cpp
+0 −0 src/std/converter.cpp
+0 −0 src/std/numeric.cpp
+0 −0 src/std/std_backend.cpp
+0 −0 src/std/std_backend.hpp
+0 −0 src/util/codecvt_converter.cpp
+0 −0 src/util/default_locale.cpp
+0 −0 src/util/encoding.cpp
+0 −0 src/util/encoding.hpp
+0 −0 src/util/foreach_char.hpp
+0 −0 src/util/gregorian.cpp
+0 −0 src/util/gregorian.hpp
+0 −0 src/util/iconv.hpp
+0 −0 src/util/info.cpp
+0 −0 src/util/locale_data.cpp
+0 −0 src/util/make_std_unique.hpp
+0 −0 src/util/numeric.hpp
+0 −0 src/util/timezone.hpp
+0 −0 src/util/win_codepages.hpp
+0 −0 src/win32/all_generator.hpp
+0 −0 src/win32/api.hpp
+0 −0 src/win32/collate.cpp
+0 −0 src/win32/converter.cpp
+0 −0 src/win32/lcid.cpp
+0 −0 src/win32/lcid.hpp
+0 −0 src/win32/numeric.cpp
+0 −0 src/win32/win_backend.cpp
+0 −0 src/win32/win_backend.hpp
+1 −1 test/boostLocale/test/tools.hpp
+1 −1 test/test_catalog.cpp
+2 −2 test/test_codepage_converter.cpp
+2 −2 test/test_encoding.cpp
+1 −1 test/test_generator.cpp
+1 −1 test/test_ios_prop.cpp
+1 −1 test/test_util.cpp
+1 −1 test/test_winapi_formatting.cpp

0 comments on commit c251fa6

Please sign in to comment.