From fecc2872806aff96bb4eeaa6738205725881574c Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 9 Jan 2024 11:16:26 -0600 Subject: [PATCH] Fix the definition of the C.UTF-8 locale. This fixes a test failure in Epiphany. --- chapter01/changelog.xml | 10 ++++++++++ chapter08/glibc.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index de94d85d9..15bd9a519 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,16 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2024-01-09 + + + [renodr] - Fix the definition of the C.UTF-8 locale. Fixes + #5409. + + + + 2023-12-31 diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index c00d56d30..af72ad03b 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -297,7 +297,7 @@ localedef -i zh_TW -f UTF-8 zh_TW.UTF-8 when you need them. For instance, the following two locales are needed for some tests later in this chapter: -localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true +localedef -i C -f UTF-8 C.UTF-8 localedef -i ja_JP -f SHIFT_JIS ja_JP.SJIS 2> /dev/null || true Glibc now uses libidn2 when resolving internationalized