From 49e360b9b52900bdda162467c1d01244379c093b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 28 Apr 2021 16:40:51 -0500 Subject: Add manual locales needed for tests if using alternate locale installation instructions. Minor changes to boot scripts. --- chapter08/glibc.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 6f99a94c5..7fc661dc2 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -280,7 +280,11 @@ localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS Then use the localedef command to create and install locales not listed in the glibc-&glibc-version;/localedata/SUPPORTED file - in the unlikely case you need them. + 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 ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true Glibc now uses libidn2 when resolving internationalized domain names. This is a run time dependency. If this capability -- cgit v1.2.3-54-g00ecf