diff options
Diffstat (limited to 'external/boost/boost.fallback.encoding.patch')
-rw-r--r-- | external/boost/boost.fallback.encoding.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/external/boost/boost.fallback.encoding.patch b/external/boost/boost.fallback.encoding.patch new file mode 100644 index 000000000..51ac7fc72 --- /dev/null +++ b/external/boost/boost.fallback.encoding.patch @@ -0,0 +1,13 @@ +--- 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/util/locale_data.cpp +@@ -18,8 +18,8 @@ + language = "C"; + country.clear(); + variant.clear(); +- encoding = "us-ascii"; +- utf8=false; ++ encoding = "UTF-8"; ++ utf8=true; + parse_from_lang(locale_name); + } + |