Changeset b8c2e380


Ignore:
Timestamp:
04/27/2024 07:34:43 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
7bec6f23
Parents:
b9ddb72
Message:

libarchive: Use C.UTF-8 instead of C for testing

Or the "test_I" subtest in bsdunzip_test fails with:

unzip: Pathname cannot be converted from UTF-8 to current locale
unzip/test/test_I.c:53: File doesn't exist: Γειά σου Κόσμε.txt

with libarchive 3.7.3 and 3.7.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    rb9ddb72 rb8c2e380  
    101101
    102102    <para>
    103       To test the results, issue: <command>LC_ALL=C make check</command>.
     103      To test the results, issue: <command>LC_ALL=C.UTF-8 make check</command>.
    104104    </para>
    105105
Note: See TracChangeset for help on using the changeset viewer.