Opened 18 years ago

Closed 18 years ago

#1689 closed defect (fixed)

Create en_US.UTF-8 locale for coreutils tests

Reported by: alexander@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

On Chapter 6 Glibc page, the en_US.UTF-8 locale is not listed in the "minimum set of locales necessary for the optimal coverage of tests", but this locale is used in Coreutils testsuite. This causes suboptimal test coverage (i.e., skipped tests).

Please create this locale in addition to the locales already in the list, with the following command:

localedef -i en_US -f UTF-8 en_US.UTF-8

Change History (1)

comment:1 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.