blob: 3ad39c47b638e932b737a4248bb618b72d73630a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/boost/locale/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);
}
|