diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-01-09 11:16:26 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-01-09 11:16:26 -0600 |
commit | fecc2872806aff96bb4eeaa6738205725881574c (patch) | |
tree | 7c00e6bef47858ffc7cd73e5166e9e1a27958be8 /chapter08/glibc.xml | |
parent | 06e65e8e59dc696f7865c75c4026110b2c7450cc (diff) |
Fix the definition of the C.UTF-8 locale.
This fixes a test failure in Epiphany.
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</userinput></screen> when you need them. For instance, the following two locales are needed for some tests later in this chapter:</para> -<screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true +<screen role="nodump"><userinput remap="locale-full">localedef -i C -f UTF-8 C.UTF-8 localedef -i ja_JP -f SHIFT_JIS ja_JP.SJIS 2> /dev/null || true</userinput></screen> <note><para>Glibc now uses libidn2 when resolving internationalized |