Ignore:
Timestamp:
01/09/2024 05:16:26 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
89273dc, f1370e2
Parents:
06e65e8
Message:

Fix the definition of the C.UTF-8 locale.

This fixes a test failure in Epiphany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r06e65e8 rfecc287  
    298298    needed for some tests later in this chapter:</para>
    299299
    300 <screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
     300<screen role="nodump"><userinput remap="locale-full">localedef -i C -f UTF-8 C.UTF-8
    301301localedef -i ja_JP -f SHIFT_JIS ja_JP.SJIS 2> /dev/null || true</userinput></screen>
    302302
Note: See TracChangeset for help on using the changeset viewer.