Opened 19 years ago
Closed 19 years ago
#1689 closed defect (fixed)
Create en_US.UTF-8 locale for coreutils tests
Reported by: | Owned by: | ||
---|---|---|---|
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
Note:
See TracTickets
for help on using tickets.