PhpSpreadsheet/tests/PhpSpreadsheetTests/Shared
oleibman 8729a68338
Xls Reader Handle MACCENTRALEUROPE With or Without Hyphen (#2213)
* Xls Reader Handle MACCENTRALEUROPE With or Without Hyphen

Fixes issue #549 and https://github.com/Maatwebsite/Laravel-Excel/issues/989 (which is the source of the new test file). Some systems accept MACCENTRALEUROPE as the name for the appropriate encoding, and some accept MAC-CENTRALEUROPE. I fortunately have access to at least one of each type, and have run the tests on each.

CodePage.php has an array of translations from codepage number to string. I now allow the value to itself be an array; if so, the code will test each in turn to see if it can be used in iconv. I did not go fishing for other similar problems. If such show up, they can be dealt with in the same manner as this one. I don't really expect others, since this is a problem not merely for Xls, but, even then, it applies only to BIFF5 and earlier.

I also moved XlsTest from Reader to Reader/Xls.

* Cache Successful Result For Future Use

Per suggestion from @MarkBaker
2021-07-12 03:02:47 +02:00
..
Trend Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CodePageTest.php Xls Reader Handle MACCENTRALEUROPE With or Without Hyphen (#2213) 2021-07-12 03:02:47 +02:00
DateTest.php Document Properties - Coverage and 32-bit-safe Timestamps (#2113) 2021-05-30 13:55:58 +02:00
DrawingTest.php Html import dimension conversions (#2152) 2021-06-11 17:29:49 +02:00
FileTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FontTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
OLEReadTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PasswordHasherTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StringHelperTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TimeZoneTest.php Document Properties - Coverage and 32-bit-safe Timestamps (#2113) 2021-05-30 13:55:58 +02:00