ZC 1.5.8
Upgrading from 1.5.7d and testing on local server PHP Version: 8.1.10
Multilingual site - two languages one of them English. Two different alphabets.
DB Table "countries" includes country names in both languages.

Problem/Bug:
When trying to access Location/Taxes -> Countries from the menu only the firs page appears without the new alphabetical list on the bottom. The following is the error log:

PHP Fatal error: Uncaught ArgumentCountError: 4 arguments are required, 3 given in ..\admin\includes\classes\split_page_results.php:360
Stack trace:
#0 \admin\includes\classes\split_page_results.php(360): sprintf('\xD0\x9F\xD0\xBE\xD0\xBA\xD0\xB0\xD0\xB7\xD0\xB2\xD0\xB0 ...', 15, 474)
#1 ..\admin\countries.php(217): splitPageResults->display_count(15, 20, 'A', '\xD0\x9F\xD0\xBE\xD0\xBA\xD0\xB0\xD0\xB7\xD0\xB2\xD0\xB0 ...')
#2 ..\admin\index.php(11): require('..\\htdocs...')
#3 {main}
thrown in ..\admin\includes\classes\split_page_results.php on line 360

Not an issue in ZC 1.5.7d.