From 3fafdcb671c80477161f0b0a7f026ace6e8cc63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kul=C3=ADk?= Date: Thu, 27 May 2021 19:08:16 +0200 Subject: [PATCH] bpo-43667: Add news fragment for Solaris changes (GH-26405) (cherry picked from commit 164a4f46d1606e21d82babc010e397a9116e6730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub KulĂ­k --- .../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.