Quote Originally Posted by vasilt View Post
In it is indeed the file coutries.php. Sorry about the confusion.

It is very confusing that the value of $_GET['page'] is correct before the execution of the initial line#8
Code:
require 'includes/application_top.php';
and it is an empty string only for the alternative alphabet after that.
Again, because the data for those other country names in the database are not utf-8ish. By that I mean they are neither utf-8 nor utf-8mb4, which are the two encodings typically used now by zen Cart.

As previously stated, these could be updated through one or more sql statements. Either the errant entries get converted or a separate query is run to update the data in the database with utf-8ish entry. This can be done via tools, install sql patches.