Ignore:
Timestamp:
01/19/2024 06:08:26 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
d8c2d84
Parents:
2576866 (diff), d11a0816 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    246246
    247247<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
    248 localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
     248localedef -i C -f UTF-8 C.UTF-8
    249249localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
    250250localedef -i de_DE -f ISO-8859-1 de_DE
     
    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.