From 6795807d02efb903b47d8494b5c894bd7b363d96 Mon Sep 17 00:00:00 2001 From: Jakub Kulik Date: Thu, 27 May 2021 17:37:03 +0200 Subject: [PATCH] Add news fragment for changes in bpo-43667 --- .../Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst b/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst new file mode 100644 index 00000000000000..53130cce7180a7 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst @@ -0,0 +1,2 @@ +Improve Unicode support in non-UTF locales on Oracle Solaris. This issue +does not affect other Solaris systems.