diff options
Diffstat (limited to 'external/boost/boost.fallback.encoding.patch')
-rw-r--r-- | external/boost/boost.fallback.encoding.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/boost/boost.fallback.encoding.patch b/external/boost/boost.fallback.encoding.patch new file mode 100644 index 0000000000..8aa5ed6d12 --- /dev/null +++ b/external/boost/boost.fallback.encoding.patch @@ -0,0 +1,11 @@ +--- foo/misc/boost.orig/libs/locale/src/util/locale_data.cpp.new 2022-02-17 22:41:27.730549039 +0000 ++++ foo/misc/boost/libs/locale/src/boost/locale/util/locale_data.cpp +@@ -50,6 +50,8 @@ + bool locale_data::parse(const std::string& locale_name) + { + reset(); ++ encoding_ = "UTF-8"; ++ utf8_ = true; + return parse_from_lang(locale_name); + } + |