It is given : there is a correctly working PHP application with a database located on the hosting and on the home Windows PC (Open Server).
Task : transfer and run this application on MacBook_e (OS X).
Problem : data from the database is not displayed correctly in the application (displays question marks - ?????)
Installed MAMP, moved the database, downloaded all the application files.
UTF-8 encoding is written in the application header. The base is encoded utf8_unicide_ci.
Tables are encoded utf8_unicide_ci.
Data NOT from the database is displayed correctly. Data from the database - ?????.
What solutions are there?