This is my environment: Client -> iOS App, Server ->PHP and MySQL.
The data from client to server is done via HTTP POST.
The data from server to client is d
Use utf8mb4 throughout MySQL:
SET NAMES utf8mb4
CHARACTER SET utf8mb4
Use UTF-8 throughout other things:
¿ or á are (or at least can be) encoded in utf8 (utf8mb4)
¿
á