diff options
Diffstat (limited to 'chapter08')
-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 bd0c9f8e1..d76b83047 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -304,7 +304,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 |