Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collation order of @-. and space has changed in new iso14651_t1_common file, ↵ | Mike FABIAN | 2018-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | adapt test files * localedata/da_DK.ISO-8859-1.in: In the new iso14651_t1_common file downloaded from ISO, the collation order of @-. and space has changed. Therefore, this test file needed to be adapted. * localedata/fr_CA.UTF-8.in: Likewise. * localedata/fr_FR.UTF-8.in: Likewise. * localedata/uk_UA.UTF-8.in: Likewise. | ||||
* | localedata: Locale and test name are the same. | Carlos O'Donell | 2017-10-25 | 1 | -0/+61 |
The localedata collation test data is encoded in a particular character set. We rename the test data to match the full locale name with encoding, and adjust the Makefile and sort-test.sh script. This allows us to have a future C.UTF-8 test that is disambiguated from the built-in C locale. Signed-off-by: Carlos O'Donell <carlos@redhat.com> |