Ignore:
Timestamp:
02/16/2022 04:45:10 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
bb19832
Parents:
7158d79 (diff), 83e41da (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r7158d79 r738a4c1  
    269269localedef -i it_IT -f UTF-8 it_IT.UTF-8
    270270localedef -i ja_JP -f EUC-JP ja_JP
    271 localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true
     271localedef -i ja_JP -f SHIFT_JIS ja_JP.SJIS 2> /dev/null || true
    272272localedef -i ja_JP -f UTF-8 ja_JP.UTF-8
    273273localedef -i nl_NL@euro -f ISO-8859-15 nl_NL@euro
     
    298298
    299299<screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
    300 localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true</userinput></screen>
     300localedef -i ja_JP -f SHIFT_JIS ja_JP.SJIS 2> /dev/null || true</userinput></screen>
    301301
    302302    <note><para>Glibc now uses libidn2 when resolving internationalized
Note: See TracChangeset for help on using the changeset viewer.